mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
remove 移除无用配置
This commit is contained in:
@ -104,8 +104,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
||||
"/*.html",
|
||||
"/**/*.html",
|
||||
"/**/*.css",
|
||||
"/**/*.js",
|
||||
"/profile/**"
|
||||
"/**/*.js"
|
||||
).permitAll()
|
||||
.antMatchers("/doc.html").anonymous()
|
||||
.antMatchers("/swagger-resources/**").anonymous()
|
||||
|
Reference in New Issue
Block a user