!237 集成积木报表

Merge pull request !237 from 芋道源码/feature/visual
This commit is contained in:
芋道源码
2022-07-29 04:51:54 +00:00
committed by Gitee
28 changed files with 2012 additions and 9 deletions

View File

@ -27,6 +27,8 @@ public class SecurityConfiguration {
.antMatchers("/swagger-resources/**").anonymous()
.antMatchers("/webjars/**").anonymous()
.antMatchers("/*/api-docs").anonymous();
//积木报表
registry.antMatchers("/jmreport/**").permitAll();
// Spring Boot Actuator 的安全配置
registry.antMatchers("/actuator").anonymous()
.antMatchers("/actuator/**").anonymous();