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

pull/4077/head
zhangdaiscott 2022-09-29 09:33:00 +08:00
parent 06bea53726
commit c78c5dda4d
4 changed files with 8 additions and 8 deletions

View File

@ -65,8 +65,8 @@ spring:
threadsInheritContextClassLoaderOfInitializingThread: true threadsInheritContextClassLoaderOfInitializingThread: true
#json 时间戳统一转换 #json 时间戳统一转换
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
jpa: jpa:
open-in-view: false open-in-view: false
aop: aop:

View File

@ -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 date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
jpa: jpa:
open-in-view: false open-in-view: false
properties: properties:

View File

@ -65,8 +65,8 @@ spring:
threadsInheritContextClassLoaderOfInitializingThread: true threadsInheritContextClassLoaderOfInitializingThread: true
#json 时间戳统一转换 #json 时间戳统一转换
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
jpa: jpa:
open-in-view: false open-in-view: false
aop: aop:

View File

@ -65,8 +65,8 @@ spring:
threadsInheritContextClassLoaderOfInitializingThread: true threadsInheritContextClassLoaderOfInitializingThread: true
#json 时间戳统一转换 #json 时间戳统一转换
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
aop: aop:
proxy-target-class: true proxy-target-class: true
jpa: jpa: