更新sql和代码规范修改

This commit is contained in:
moxiangrong
2024-02-18 15:26:45 +08:00
parent 6f5e6e4662
commit c132b68745
1293 changed files with 43935 additions and 18456 deletions

View File

@ -5,5 +5,5 @@ import lombok.Data;
@Data
public class WebSocketKeyDefine {
public static final String LOGIN_USER ="LOGIN_USER";
public static final String LOGIN_USER = "LOGIN_USER";
}

View File

@ -13,6 +13,7 @@ public class YshopWebSocketHandlerDecorator extends WebSocketHandlerDecorator {
/**
* websocket 连接时执行的动作
*
* @param session websocket session 对象
* @throws Exception 异常对象
*/
@ -24,7 +25,8 @@ public class YshopWebSocketHandlerDecorator extends WebSocketHandlerDecorator {
/**
* websocket 关闭连接时执行的动作
* @param session websocket session 对象
*
* @param session websocket session 对象
* @param closeStatus 关闭状态对象
* @throws Exception 异常对象
*/