ureport集成
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user