|
@@ -8,6 +8,7 @@ import org.springframework.web.socket.server.standard.ServerEndpointExporter;
|
|
|
public class WebSocketConfig {
|
|
public class WebSocketConfig {
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
|
+ * -----modify 202509
|
|
|
* ServerEndpointExporter类的作用是,会扫描所有的服务器端点,
|
|
* ServerEndpointExporter类的作用是,会扫描所有的服务器端点,
|
|
|
* 把带有@ServerEndpoint 注解的所有类都添加进来
|
|
* 把带有@ServerEndpoint 注解的所有类都添加进来
|
|
|
*/
|
|
*/
|