提交登录机构选择
This commit is contained in:
@@ -131,6 +131,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
||||
// dueros
|
||||
.antMatchers("/dueros").permitAll()
|
||||
.antMatchers("/ws/alert/**").permitAll()
|
||||
.antMatchers("/system/dept/orgList").permitAll()
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest().authenticated()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user