From 8f6fd6000fbd9c8d56df9cef984893e19f4dfc7d Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 19 May 2025 10:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20web.json.defaultDateFormat?= =?UTF-8?q?=20=E5=8F=82=E6=95=B0=EF=BC=8C=E4=BD=BF=E7=94=A8=20DateUtils=20?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=EF=BC=8C=E4=BB=A5=E6=94=AF=E6=8C=81=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 4 ---- web-api/src/main/resources/config/application.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index c3faa7e0..8bde4829 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -722,10 +722,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 diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 320d4ef7..09a5920a 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -857,10 +857,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