refactor(messaging/websocket): 优化 WebSocket 相关配置及命名

This commit is contained in:
2024-06-23 11:30:03 +08:00
parent a208fa59b2
commit 6c10e80d71
8 changed files with 54 additions and 97 deletions

View File

@@ -32,7 +32,6 @@ import org.springframework.web.bind.MethodArgumentNotValidException;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
import org.springframework.web.method.annotation.MethodArgumentTypeMismatchException;
import org.springframework.web.multipart.MaxUploadSizeExceededException;
import org.springframework.web.multipart.MultipartException;
import top.continew.starter.core.constant.StringConstants;
import top.continew.starter.core.exception.BadRequestException;