mirror of
https://github.com/continew-org/continew-starter.git
synced 2026-01-18 08:57:11 +08:00
feat(json/jackson): Jackson 大数值序列化增加多模式支持
This commit is contained in:
@@ -21,3 +21,5 @@ spring:
|
||||
deserialization:
|
||||
# 允许反序列化不存在的属性
|
||||
fail-on-unknown-properties: false
|
||||
# 大数值序列化类型的转换
|
||||
big-number-serialize-mode: FLEXIBLE
|
||||
|
||||
Reference in New Issue
Block a user