From 6a3f40e33b1cdcf32f4cbcd34345aaf66474acf0 Mon Sep 17 00:00:00 2001 From: xyiege Date: Thu, 29 Dec 2022 16:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=97=B6=E9=97=B4=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- src/main/resources/application.properties | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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