commit for pull
This commit is contained in:
@@ -75,7 +75,11 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
"/test/**",
|
||||
"/**/expert",
|
||||
"/captcha",
|
||||
"druid/**").anonymous()
|
||||
"druid/**",
|
||||
"/packing/woPackagingBox/page",
|
||||
"/packing/printModel/page"
|
||||
|
||||
).anonymous()
|
||||
// .antMatchers("/testCors").hasAuthority("system:dept:list222")
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest()
|
||||
|
||||
Reference in New Issue
Block a user