chenendian hace 3 meses
padre
commit
cd63969e21

+ 1 - 0
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/config/WebSocketConfig.java

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