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: