Commit 141e15daa8c4cba1ea5b714753476d251cc11ccb

Authored by 刘岱鹏
1 parent 280befd2

调整时间配置

Showing 1 changed file with 9 additions and 0 deletions
user-service.yml
... ... @@ -43,6 +43,10 @@ spring:
43 43 max-connections: 5
44 44 idle-timeout: 30000
45 45 expiry-timeout: 0
  46 + jackson:
  47 + time-zone: GMT+8
  48 + date-format: yyyy-MM-dd HH:mm:ss
  49 + deserialization.accept_empty_string_as_null_object: true
46 50  
47 51  
48 52 mybatis:
... ... @@ -205,6 +209,11 @@ spring:
205 209 max-connections: 5
206 210 idle-timeout: 30000
207 211 expiry-timeout: 0
  212 +
  213 + jackson:
  214 + time-zone: GMT+8
  215 + date-format: yyyy-MM-dd HH:mm:ss
  216 + deserialization.accept_empty_string_as_null_object: true
208 217  
209 218  
210 219 mybatis:
... ...