build: continew-starter 2.12.0 => 2.12.1

1.原 Web 工具类迁移到 core 模块
2.pom.xml 增加 name 和 packaging 标签
3.使用 WebSocketUtils.sendMessage 群发消息
4.Jackson 大数值序列化增加多模式支持
This commit is contained in:
2025-06-09 22:03:56 +08:00
parent 881974fbfa
commit 1ef54174b0
21 changed files with 46 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ import java.util.Objects;
public class GlobalExceptionHandler {
/**
* 自定义基类异常
* 自定义异常
*/
@ExceptionHandler(BaseException.class)
public R handleBaseException(BaseException e, HttpServletRequest request) {

View File

@@ -23,7 +23,7 @@ import lombok.Data;
import lombok.NoArgsConstructor;
import top.continew.starter.core.util.ExceptionUtils;
import top.continew.starter.core.util.IpUtils;
import top.continew.starter.web.util.ServletUtils;
import top.continew.starter.core.util.ServletUtils;
import java.io.Serial;
import java.io.Serializable;