2025/3/14 05:33:30---新增rest时间格式全局配置

This commit is contained in:
2025-03-13 21:33:47 +00:00 committed by root
parent 427f374091
commit d02da7ed8c

View File

@ -483,3 +483,15 @@
id: bean-8272
ref: paginationAggregator
method: setDeletedResponse
- restConfiguration:
component: platform-http
bindingMode: json
dataFormatProperty:
- key: prettyPrint
value: "true"
- key: dateFormatPattern
value: yyyy-MM-dd HH:mm:ss
- key: json.in.disableFeatures
value: WRITE_DATES_AS_TIMESTAMPS
- key: json.out.disableFeatures
value: WRITE_DATES_AS_TIMESTAMPS