springboot jackson
时间:2021-09-05 18:24:38
收藏:0
阅读:20
spring:
application:
name: ‘xxx‘
jackson:
timeZone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss:SSS
default-property-inclusion: non_null
parser:
allow-single-quotes: true
serialization:
fail-on-empty-beans: false
deserialization:
fail-on-unknown-properties: false
原文:https://www.cnblogs.com/tonggc1668/p/15227465.html
评论(0)