新增:新增修改基础信息 API(优化 Jackson 针对通用枚举接口 IEnum 的序列化和反序列化)

This commit is contained in:
2023-01-09 22:41:09 +08:00
parent 5252c54c48
commit 76fb698a37
21 changed files with 442 additions and 140 deletions

View File

@@ -167,11 +167,11 @@ spring:
# 序列化配置Bean -> JSON
serialization:
# 允许序列化无属性的 Bean
fail_on_empty_beans: false
FAIL_ON_EMPTY_BEANS: false
# 反序列化配置JSON -> Bean
deserialization:
# 允许反序列化不存在的属性
fail_on_unknown_properties: false
FAIL_ON_UNKNOWN_PROPERTIES: false
--- ### 线程池配置
thread-pool: