|
@@ -114,10 +114,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/profile/**").anonymous()
|
|
.antMatchers("/profile/**").anonymous()
|
|
|
.antMatchers("/common/download**").anonymous()
|
|
.antMatchers("/common/download**").anonymous()
|
|
|
.antMatchers("/common/download/resource**").anonymous()
|
|
.antMatchers("/common/download/resource**").anonymous()
|
|
|
- .antMatchers("/swagger-ui.html").anonymous()
|
|
|
|
|
- .antMatchers("/swagger-resources/**").anonymous()
|
|
|
|
|
.antMatchers("/webjars/**").anonymous()
|
|
.antMatchers("/webjars/**").anonymous()
|
|
|
- .antMatchers("/*/api-docs").anonymous()
|
|
|
|
|
.antMatchers("/druid/**").anonymous()
|
|
.antMatchers("/druid/**").anonymous()
|
|
|
.antMatchers("/expense/**").anonymous()
|
|
.antMatchers("/expense/**").anonymous()
|
|
|
.antMatchers("/qwEvent/**").anonymous()
|
|
.antMatchers("/qwEvent/**").anonymous()
|