mirror of https://gitee.com/stylefeng/guns
更新json日期返回前端的格式化
parent
5622fe502e
commit
4ca1437f66
|
@ -16,7 +16,7 @@ spring:
|
||||||
max-file-size: 200MB
|
max-file-size: 200MB
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
date-format: yyyy-MM-dd HH:mm:ss.SSS
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
locale: zh_CN
|
locale: zh_CN
|
||||||
serialization:
|
serialization:
|
||||||
indent_output: false
|
indent_output: false
|
||||||
|
@ -40,4 +40,4 @@ mybatis-plus:
|
||||||
enable-sql-runner: true
|
enable-sql-runner: true
|
||||||
db-config:
|
db-config:
|
||||||
id-type: assign_id
|
id-type: assign_id
|
||||||
table-underline: true
|
table-underline: true
|
||||||
|
|
Loading…
Reference in New Issue