feat: 给websocket的请求放行

Este commit está contenido en:
weihongyang 2022-06-29 16:32:20 +08:00
padre 6d792317dd
commit e277f2a32e

Ver fichero

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