mirror of https://github.com/halo-dev/halo
Add jackson data format configuration
parent
e4cfd0a3c6
commit
5c4ace9bc9
|
@ -13,6 +13,8 @@ server:
|
|||
enabled: true
|
||||
mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
|
||||
spring:
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
output:
|
||||
ansi:
|
||||
enabled: always
|
||||
|
|
|
@ -13,6 +13,8 @@ server:
|
|||
enabled: true
|
||||
mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
|
||||
spring:
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
output:
|
||||
ansi:
|
||||
enabled: always
|
||||
|
|
|
@ -13,6 +13,8 @@ server:
|
|||
enabled: true
|
||||
mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
|
||||
spring:
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
devtools:
|
||||
add-properties: false
|
||||
output:
|
||||
|
|
Loading…
Reference in New Issue