From 65c692a8174659c446384bcfeb967ce62600d58c Mon Sep 17 00:00:00 2001 From: cjl <276999030@qq.com> Date: Mon, 28 Aug 2023 15:02:41 +0800 Subject: [PATCH] fix:小时数据修复 --- screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java b/screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java index 9b8f942..020d13b 100644 --- a/screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java +++ b/screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java @@ -1,6 +1,7 @@ +/* package com.moral.api.config.websocket; -import com.moral.api.websocket.CruiserWebSocketServer; + import com.moral.api.websocket.SingleDeviceServer; import org.springframework.beans.factory.annotation.Autowired; @@ -9,13 +10,15 @@ import org.springframework.data.redis.core.RedisTemplate; import org.springframework.web.socket.server.standard.ServerEndpointExporter; +*/ /** * @ClassName WebSocketConfig * @Description TODO * @Author ��������� * @Date 2021/6/15 13:53 * @Version TODO - **/ + **//* + @Configuration public class WebSocketConfig { @@ -31,3 +34,4 @@ } } +*/ -- Gitblit v1.8.0