移除 web.json.defaultDateFormat 参数,使用 DateUtils 解析,以支持更多的格式

This commit is contained in:
thinkgem
2025-05-19 10:41:47 +08:00
parent a867020070
commit cfca3406a1
2 changed files with 0 additions and 8 deletions

View File

@@ -860,10 +860,6 @@ web:
# id: '[a-zA-Z0-9_\-/#\u4e00-\u9fa5]{0,64}'
# user.loginCode: '[a-zA-Z0-9_\u4e00-\u9fa5]{4,20}'
#
# # 默认的日期格式JsonMapper
# json:
# defaultDateFormat: yyyy-MM-dd HH:mm:ss
#
# # 默认不启用(为兼用旧版保留,建议使用 CORS
# jsonp:
# enabled: false