mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-08 12:57:13 +08:00
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:
@@ -10,6 +10,9 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-extension-schedule-server</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>任务调度服务端</description>
|
||||
|
||||
<properties>
|
||||
|
@@ -9,6 +9,8 @@
|
||||
|
||||
<artifactId>continew-extension</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>扩展模块(存放其他扩展模块)</description>
|
||||
|
||||
<modules>
|
||||
|
Reference in New Issue
Block a user