即时通信嵌入测试
This commit is contained in:
@@ -34,6 +34,7 @@ public class SecurityConfig {
|
||||
, adminContextPath + "/login"
|
||||
, "/actuator"
|
||||
, "/actuator/**"
|
||||
,adminContextPath+"/websocket/**"
|
||||
).permitAll()
|
||||
.anyRequest().authenticated()
|
||||
.and()
|
||||
|
||||
Reference in New Issue
Block a user