This commit is contained in:
caixiang
2022-07-04 08:32:21 +08:00
parent 4c2e20bf0d
commit e5def9fb33
28 changed files with 1404 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/swagger-ui/**",
"/webjars/**",
"/websocket/**",
"/influx/**",
"/captcha").anonymous()
// .antMatchers("/testCors").hasAuthority("system:dept:list222")
// 除上面外的所有请求全部需要鉴权认证