update 优化 LocalDateTime 任意时间格式传参序列化

This commit is contained in:
疯狂的狮子Li
2026-04-03 13:44:32 +08:00
parent 4532138fde
commit 38b22c6475
4 changed files with 84 additions and 4 deletions

View File

@@ -58,8 +58,6 @@ spring:
date-time: yyyy-MM-dd HH:mm:ss
#jackson配置
jackson:
# 日期格式化
date-format: yyyy-MM-dd HH:mm:ss
serialization:
# 格式化输出
INDENT_OUTPUT: false