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