Jelajahi Sumber

修复yml文件格式不规范导致的打包启动问题

zhangdaiscott 2 tahun lalu
induk
melakukan
c78c5dda4d

+ 2 - 2
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -65,8 +65,8 @@ spring:
             threadsInheritContextClassLoaderOfInitializingThread: true
             threadsInheritContextClassLoaderOfInitializingThread: true
   #json 时间戳统一转换
   #json 时间戳统一转换
   jackson:
   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:
   jpa:
     open-in-view: false
     open-in-view: false
   aop:
   aop:

+ 2 - 2
jeecg-module-system/jeecg-system-start/src/main/resources/application-dm8.yml

@@ -45,8 +45,8 @@ spring:
     overwrite-existing-jobs: true
     overwrite-existing-jobs: true
   #json 时间戳统一转换
   #json 时间戳统一转换
   jackson:
   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:
   jpa:
     open-in-view: false
     open-in-view: false
     properties:
     properties:

+ 2 - 2
jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml

@@ -65,8 +65,8 @@ spring:
             threadsInheritContextClassLoaderOfInitializingThread: true
             threadsInheritContextClassLoaderOfInitializingThread: true
   #json 时间戳统一转换
   #json 时间戳统一转换
   jackson:
   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:
   jpa:
     open-in-view: false
     open-in-view: false
   aop:
   aop:

+ 2 - 2
jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml

@@ -65,8 +65,8 @@ spring:
             threadsInheritContextClassLoaderOfInitializingThread: true
             threadsInheritContextClassLoaderOfInitializingThread: true
   #json 时间戳统一转换
   #json 时间戳统一转换
   jackson:
   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:
   aop:
     proxy-target-class: true
     proxy-target-class: true
   jpa:
   jpa: