feat: 新增jackson有关配置
This commit is contained in:
parent
01863b5344
commit
681b5fbe63
@ -44,8 +44,9 @@ spring:
|
|||||||
max-idle: 10 # 连接池中的最大空闲连接
|
max-idle: 10 # 连接池中的最大空闲连接
|
||||||
min-idle: 5 # 连接池中的最小空闲连接
|
min-idle: 5 # 连接池中的最小空闲连接
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
|
||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
|
time-zone: GMT+8
|
||||||
|
default-property-inclusion: non_null
|
||||||
|
|
||||||
# 是否开启redis缓存 true开启 false关闭
|
# 是否开启redis缓存 true开启 false关闭
|
||||||
renren:
|
renren:
|
||||||
|
Loading…
Reference in New Issue
Block a user