From cfca3406a1bc6571d2e410b0d88f484390c619bf Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 19 May 2025 10:41:47 +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 c6d627bb..dbb885f0 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -719,10 +719,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 8202ce9d..6f9adcc9 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -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