@@ -84,7 +84,6 @@ status(){
# 重启命令其实就是先执行关闭命令 再执行重启命令
restart(){
stop $1
- sleep 1s
start $1
}
@@ -39,7 +39,7 @@ import java.util.concurrent.Future;
/**
* @author XieWj
*/
-@ServerEndpoint(path = "/componentWSS/", port = "8888")
+@ServerEndpoint(path = "/componentWSS/", port = "8889")
@Slf4j
public class ComponentSocket {