Commit 7fe84ead33993cff15e0cadb08341cb67dc5c83c

Authored by 刘岱鹏
1 parent 141e15da

调整配置

Showing 1 changed file with 6 additions and 0 deletions
gateway.yml
@@ -243,6 +243,12 @@ spring: @@ -243,6 +243,12 @@ spring:
243 #sentinel: 243 #sentinel:
244 #master: mymaster1 244 #master: mymaster1
245 #nodes: redis1:16379,redis2:16379 245 #nodes: redis1:16379,redis2:16379
  246 +
  247 + jackson:
  248 + time-zone: GMT+8
  249 + date-format: yyyy-MM-dd HH:mm:ss
  250 + deserialization.accept_empty_string_as_null_object: true
  251 +
246 252
247 endpoints: 253 endpoints:
248 restart: 254 restart: