This commit is contained in:
caixiang
2022-08-01 13:42:54 +08:00
parent e9c8f7857b
commit 0750c9583e
18 changed files with 107 additions and 24 deletions

View File

@@ -73,6 +73,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/webjars/**",
"/websocket/**",
"/influx/**",
"/basic/**",
"/processInspection/**",
"/captcha").anonymous()
// .antMatchers("/testCors").hasAuthority("system:dept:list222")