Commit c295ab88150214f295893c1ffd30c0866d1c0e51
1 parent
d5354b29
调整配置
Showing
1 changed file
with
4 additions
and
4 deletions
class-service.yml
| ... | ... | @@ -68,10 +68,10 @@ spring: |
| 68 | 68 | #master: mymaster1 |
| 69 | 69 | #nodes: redis-server:16379,redis-server:16379 |
| 70 | 70 | |
| 71 | - jackson: | |
| 72 | - time-zone: GMT+8 | |
| 73 | - date-format: yyyy-MM-dd HH:mm:ss | |
| 74 | - deserialization.accept_empty_string_as_null_object: true | |
| 71 | + #jackson: | |
| 72 | + #time-zone: GMT+8 | |
| 73 | + #date-format: yyyy-MM-dd HH:mm:ss | |
| 74 | + #deserialization.accept_empty_string_as_null_object: true | |
| 75 | 75 | |
| 76 | 76 | |
| 77 | 77 | mybatis: | ... | ... |