Browse Source

修正时间异常

master
xyiege 3 years ago
parent
commit
6a3f40e33b
  1. 2
      pom.xml
  2. 4
      src/main/resources/application.properties

2
pom.xml

@ -110,7 +110,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.2.6</version>
<version>1.2.8</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>

4
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
spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
# 时间戳修正
spring.jackson.time-zone=GMT+8
Loading…
Cancel
Save