添加基础代码生成器,项目管理子模块

This commit is contained in:
mi9688
2024-09-25 12:46:22 +08:00
parent 9213e44988
commit d14f215f3a
6 changed files with 144 additions and 1 deletions

View File

@ -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()