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