refactor(all): jackson 序列化仅忽略 null 值
This commit is contained in:
@@ -2,7 +2,7 @@ spring:
|
||||
main:
|
||||
banner-mode: off
|
||||
jackson:
|
||||
default-property-inclusion: non_empty
|
||||
default-property-inclusion: non_null
|
||||
deserialization:
|
||||
fail-on-ignored-properties: false
|
||||
fail-on-unknown-properties: false
|
||||
Reference in New Issue
Block a user