cjl
2023-08-30 b9fd2657a3d528881e4d1f7cae12ca8e2d63951a
fix:补充提交
1 files modified
6 ■■■■■ changed files
screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java 6 ●●●●● patch | view | raw | blame | history
screen-api/src/main/java/com/moral/api/config/websocket/WebSocketConfig.java
@@ -1,8 +1,8 @@
/*
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;
import org.springframework.context.annotation.Bean;
@@ -10,14 +10,13 @@
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 {
@@ -34,4 +33,3 @@
    }
}
*/