From c78c5dda4d74c0d52154f80e99e7685c47f7d4d4 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 29 Sep 2022 09:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dyml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=B8=8D=E8=A7=84=E8=8C=83=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E6=89=93=E5=8C=85=E5=90=AF=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-system-start/src/main/resources/application-dev.yml | 4 ++-- .../jeecg-system-start/src/main/resources/application-dm8.yml | 4 ++-- .../src/main/resources/application-prod.yml | 4 ++-- .../src/main/resources/application-test.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index f1329565..e48e1b7b 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -65,8 +65,8 @@ spring: threadsInheritContextClassLoaderOfInitializingThread: true #json 时间戳统一转换 jackson: - date-format: yyyy-MM-dd HH:mm:ss - time-zone: GMT+8 + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 jpa: open-in-view: false aop: diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml index 05e2d8df..0429874e 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml @@ -45,8 +45,8 @@ spring: overwrite-existing-jobs: true #json 时间戳统一转换 jackson: - date-format: yyyy-MM-dd HH:mm:ss - time-zone: GMT+8 + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 jpa: open-in-view: false properties: diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index 781d3447..9280101e 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -65,8 +65,8 @@ spring: threadsInheritContextClassLoaderOfInitializingThread: true #json 时间戳统一转换 jackson: - date-format: yyyy-MM-dd HH:mm:ss - time-zone: GMT+8 + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 jpa: open-in-view: false aop: diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index 9dace5e9..a8aa8b67 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -65,8 +65,8 @@ spring: threadsInheritContextClassLoaderOfInitializingThread: true #json 时间戳统一转换 jackson: - date-format: yyyy-MM-dd HH:mm:ss - time-zone: GMT+8 + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 aop: proxy-target-class: true jpa: