diff --git a/pom.xml b/pom.xml index a8bf53a..c4c6d16 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ com.alibaba druid - 1.2.6 + 1.2.8 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7b15b4b..a9e8022 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -48,4 +48,6 @@ spring.quartz.overwrite-existing-jobs=false # 属性 spring.quartz.properties.org.quartz.threadPool.threadCount=5 spring.quartz.properties.org.quartz.threadPool.threadPriority=5 -spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool \ No newline at end of file +spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool +# 时间戳修正 +spring.jackson.time-zone=GMT+8 \ No newline at end of file