Commit 9e0011290496e4dbfd3b86168290f14b5b4866a5

Authored by 刘岱鹏
1 parent a6a90d19

增加spring 时间解析

Showing 1 changed file with 6 additions and 0 deletions
gateway.yml
... ... @@ -22,6 +22,12 @@ spring:
22 22 #master: mymaster1
23 23 #nodes: redis-server:16379,redis-server:16379
24 24  
  25 + jackson:
  26 + time-zone: GMT+8
  27 + date-format: yyyy-MM-dd HH:mm:ss
  28 + deserialization.accept_empty_string_as_null_object: true
  29 +
  30 +
25 31 endpoints:
26 32 restart:
27 33 enabled: true
... ...