Commit 79abacd0 by Administrator

Update techheroshop-project-interface-dev.yml

parent 9cdba92b
...@@ -77,20 +77,14 @@ spring: ...@@ -77,20 +77,14 @@ spring:
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
serialization: serialization:
indent_output: true WRITE_DATES_AS_TIMESTAMPS: true
fail_on_empty_beans: false
WRITE_DATES_AS_TIMESTAMPS: true # 返回的java.util.date转换成timestamp
property-naming-strategy: LOWER_CAMEL_CASE property-naming-strategy: LOWER_CAMEL_CASE
default-property-inclusion: non_empty default-property-inclusion: non_empty
# joda-date-time-format: yyyy-MM-dd
locale: zh locale: zh
time-zone: GMT+8 time-zone: GMT+8
deserialization: deserialization:
FAIL_ON_UNKNOWN_PROPERTIES: false FAIL_ON_UNKNOWN_PROPERTIES: false
fail_on_unknown_properties: false
mapper:
USE_GETTERS_AS_SETTERS: true
parser: parser:
allow_unquoted_control_chars: true allow_unquoted_control_chars: true
allow_single_quotes: true # 是否允许出现单引号,默认false allow_single_quotes: true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment