remove 移除无用配置

This commit is contained in:
疯狂的狮子li
2021-08-12 11:37:12 +08:00
parent 5645356fa9
commit 8adbdee9d9
2 changed files with 1 additions and 7 deletions

View File

@ -104,8 +104,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
"/*.html",
"/**/*.html",
"/**/*.css",
"/**/*.js",
"/profile/**"
"/**/*.js"
).permitAll()
.antMatchers("/doc.html").anonymous()
.antMatchers("/swagger-resources/**").anonymous()