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