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