feat(json/jackson): Jackson 大数值序列化增加多模式支持

This commit is contained in:
jasmine
2025-05-22 03:24:53 +00:00
committed by Charles7c
parent 4a6b4624c2
commit 918a0abfda
4 changed files with 134 additions and 21 deletions

View File

@@ -21,3 +21,5 @@ spring:
deserialization:
# 允许反序列化不存在的属性
fail-on-unknown-properties: false
# 大数值序列化类型的转换
big-number-serialize-mode: FLEXIBLE