Commit 9e3f08f47ff6679269f3bdae26af83a820685a1b

Authored by 刘岱鹏
1 parent c295ab88

修改配置

Showing 1 changed file with 4 additions and 4 deletions
class-service.yml
... ... @@ -329,10 +329,10 @@ spring:
329 329 #master: mymaster1
330 330 #nodes: redis1:16379,redis2:16379
331 331  
332   - jackson:
333   - time-zone: GMT+8
334   - date-format: yyyy-MM-dd HH:mm:ss
335   - deserialization.accept_empty_string_as_null_object: true
  332 + #jackson:
  333 + #time-zone: GMT+8
  334 + #date-format: yyyy-MM-dd HH:mm:ss
  335 + #deserialization.accept_empty_string_as_null_object: true
336 336  
337 337  
338 338 mybatis:
... ...