sse实时开发
This commit is contained in:
@@ -103,9 +103,6 @@ public class SecurityConfig {
|
||||
// 静态资源,可匿名访问
|
||||
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**")
|
||||
.permitAll()
|
||||
// WebSocket 握手请求允许匿名访问
|
||||
.antMatchers("/ws/**", "/test-ws")
|
||||
.permitAll()
|
||||
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**")
|
||||
.permitAll()
|
||||
.antMatchers("/patientmanage/information/**")
|
||||
|
||||
Reference in New Issue
Block a user