spring boot 2.5.10

This commit is contained in:
thinkgem
2022-03-09 17:31:52 +08:00
parent 0650ff2dde
commit f599959962
2 changed files with 2 additions and 3 deletions

View File

@@ -280,8 +280,7 @@ job:
isClustered: true
dataSourceName: job
clusterCheckinInterval: 1000
# className: org.quartz.impl.jdbcjobstore.JobStoreTX
# className: org.quartz.impl.jdbcjobstore.JobStoreCMT
# className: org.springframework.scheduling.quartz.LocalDataSourceJobStore
# 调度日志配置
log:

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.6</version>
<version>2.5.10</version>
</parent>
<groupId>com.jeesite</groupId>