Explorar el Código

增加websocket服务,修改路径前缀

xiewenjie hace 3 años
padre
commit
c9a477190a

+ 1 - 1
sxz-core/src/main/java/com/fdkk/sxz/webApi/socketController/ComponentSocket.java

@@ -39,7 +39,7 @@ import java.util.concurrent.Future;
 /**
  * @author XieWj
  */
-@ServerEndpoint(path = "/componentWSS/", port = "8889")
+@ServerEndpoint(path = "/wss/componentWSS/", port = "8889")
 @Slf4j
 public class ComponentSocket {