管道基础大数据平台系统开发-【后端】-Server
1
sws
2022-11-26 a6e3b54afed9db901ccc16263abe3f6ff96ae41e
src/main/java/com/lf/server/service/all/WebSocketService.java
@@ -15,7 +15,7 @@
 * WebSocket服务类
 * @author WWW
 */
@ServerEndpoint(value = "/ws")
@ServerEndpoint(value = "/ws/select")
@Component
public class WebSocketService {
    @PostConstruct