|
@@ -124,6 +124,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/login", "/register", "/captchaImage","/sendSmsCode/*","/smsLogin","/test/**", "/demo/**").permitAll()
|
|
|
.antMatchers("/websocket/**").permitAll()//websocket的
|
|
|
.antMatchers("/bigModel/**").permitAll()//2024年11月05日14:18:08 和曹永创交互的接口,不需要token即可访问
|
|
|
+ .antMatchers("/actuator/prometheu").permitAll()//2024年12月24日10:22:27 监控相关,不需要登录 prometheu需要从里面获取数据
|
|
|
// .antMatchers("/front/**","/grpc/**").permitAll()//临时测试的
|
|
|
.antMatchers("/qiniuyun/**", "/out/**", "/business/daily").permitAll()//文件上传相关 外部接口等
|
|
|
// 静态资源,可匿名访问
|