ureport集成

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-10-17 22:28:18 +08:00
parent adbe071c05
commit 2e9cea666f
14 changed files with 818 additions and 10 deletions

View File

@@ -109,6 +109,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
"/profile/**"
).permitAll()
.antMatchers("/swagger-ui.html").anonymous()
.antMatchers("/ureport/**").anonymous()
.antMatchers("/swagger-resources/**").anonymous()
.antMatchers("/webjars/**").anonymous()
.antMatchers("/*/api-docs").anonymous()