添加基础代码生成器,项目管理子模块
This commit is contained in:
@ -130,7 +130,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/dueros").permitAll()
|
||||
//安防小板
|
||||
.antMatchers("/iot/photos","/iot/photos/**","/yinghsiyun/webhook").permitAll()
|
||||
|
||||
.antMatchers("/test/**/*").permitAll()
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest().authenticated()
|
||||
|
||||
|
Reference in New Issue
Block a user