This commit is contained in:
2022-08-01 13:44:01 +08:00
parent bac1ec5b70
commit e9e0c47536
26 changed files with 436 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")