设备上电审核基本信息上报接口,逻辑完善
This commit is contained in:
@ -133,6 +133,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/test/**/*").permitAll()
|
||||
.antMatchers("/prod-api/**").permitAll()
|
||||
.antMatchers("/system/district/tree").permitAll()
|
||||
.antMatchers("/sse/**").permitAll()
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest().authenticated()
|
||||
|
||||
|
Reference in New Issue
Block a user