优化
This commit is contained in:
@ -111,8 +111,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
||||
"/**/*.js"
|
||||
).permitAll()
|
||||
.antMatchers("/profile/**").anonymous()
|
||||
.antMatchers("/common/download**").anonymous()
|
||||
.antMatchers("/common/download/resource**").anonymous()
|
||||
.antMatchers("/common/download**").permitAll()
|
||||
.antMatchers("/common/download/resource**").permitAll()
|
||||
.antMatchers("/doc.html").anonymous()
|
||||
.antMatchers("/swagger-resources/**").anonymous()
|
||||
.antMatchers("/webjars/**").anonymous()
|
||||
|
Reference in New Issue
Block a user