Commit f0b8cedb by ljb

放行websocket链接

parent 930f4017
...@@ -93,7 +93,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -93,7 +93,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/**/*.css", "/**/*.css",
"/**/*.js", "/**/*.js",
"/**/*.xlxs", "/**/*.xlxs",
"/webSocket/**" "/ws/**"
).permitAll() ).permitAll()
// swagger 文档 // swagger 文档
.antMatchers("/swagger-ui.html").permitAll() .antMatchers("/swagger-ui.html").permitAll()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment