mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-13 13:01:39 +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-webapi</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>API 及打包部署模块</description>
|
||||
|
||||
<properties>
|
||||
|
@@ -5,5 +5,5 @@
|
||||
\____|\___/ |_| |_| \__||_||_| \_| \___| \_/\_/ /_/ \_\\__,_||_| |_| |_||_||_| |_|
|
||||
|
||||
:: ${project.name} :: v${project.version}
|
||||
:: ContiNew Starter :: v2.12.0
|
||||
:: ContiNew Starter :: v2.12.1
|
||||
:: Spring Boot :: v${spring-boot.version}
|
||||
|
@@ -55,6 +55,11 @@ spring:
|
||||
allow-bean-definition-overriding: true
|
||||
# 允许循环依赖
|
||||
allow-circular-references: true
|
||||
## Jackson 配置
|
||||
jackson:
|
||||
# 大数值序列化模式
|
||||
# FLEXIBLE:超过 JS 范围的数值转为 String 类型,否则保持原类型
|
||||
big-number-serialize-mode: FLEXIBLE
|
||||
|
||||
--- ## 线程池配置(默认启用扩展配置,如未指定 corePoolSize、maxPoolSize 则根据机器配置自动设置)
|
||||
spring.task:
|
||||
|
Reference in New Issue
Block a user