Commit 9dd7f9e8db8336b7e62811a9fb0427deb37bc8ab
1 parent
197e0085
更新时间配置
Showing
1 changed file
with
6 additions
and
1 deletions
class-service.yml
| @@ -67,7 +67,12 @@ spring: | @@ -67,7 +67,12 @@ spring: | ||
| 67 | #sentinel: | 67 | #sentinel: |
| 68 | #master: mymaster1 | 68 | #master: mymaster1 |
| 69 | #nodes: redis-server:16379,redis-server:16379 | 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 | ||
| 75 | + | ||
| 71 | 76 | ||
| 72 | mybatis: | 77 | mybatis: |
| 73 | mapperLocations: classpath:/mybatis/*.xml | 78 | mapperLocations: classpath:/mybatis/*.xml |