Commit bf91a336 by zhangxingmin

push

parent 279bacd0
...@@ -85,7 +85,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -85,7 +85,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/insurance/base/api/v3/api-docs", "/insurance/base/api/v3/api-docs",
"/csf/api/v3/api-docs", "/csf/api/v3/api-docs",
"/auth/v3/api-docs", "/auth/v3/api-docs",
"/communication/api/ws/**" "/ws"
).permitAll() ).permitAll()
.anyRequest().authenticated() .anyRequest().authenticated()
.and() .and()
......
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