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

@@ -10,5 +10,8 @@
</parent>
<artifactId>continew-plugin-generator</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>代码生成器插件</description>
</project>

View File

@@ -62,7 +62,7 @@ import top.continew.starter.data.core.enums.DatabaseType;
import top.continew.starter.data.core.util.MetaUtils;
import top.continew.starter.extension.crud.model.query.PageQuery;
import top.continew.starter.extension.crud.model.resp.PageResp;
import top.continew.starter.web.util.FileUploadUtils;
import top.continew.starter.core.util.FileUploadUtils;
import javax.sql.DataSource;
import java.io.File;

View File

@@ -10,5 +10,8 @@
</parent>
<artifactId>continew-plugin-open</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>能力开放插件包括应用管理、API开放授权、API开发等</description>
</project>

View File

@@ -8,6 +8,9 @@
</parent>
<artifactId>continew-plugin-schedule</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>任务调度插件</description>
<dependencies>

View File

@@ -11,6 +11,8 @@
<artifactId>continew-plugin</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>插件模块(存放代码生成、任务调度等扩展模块)</description>
<modules>