Ver a proveniência

feat: 新增jackson有关配置

ylc
weihongyang há 2 anos
ascendente
cometimento
681b5fbe63
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      ym-gateway/src/main/resources/application.yml

+ 2
- 1
ym-gateway/src/main/resources/application.yml Ver ficheiro

@@ -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:


Carregando…
Cancelar
Guardar