From f5999599622def110cf61fc0857579e074c05c5f Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 9 Mar 2022 17:31:52 +0800 Subject: [PATCH] spring boot 2.5.10 --- modules/core/src/main/resources/config/jeesite-core.yml | 3 +-- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index f5f3a5ec..ff393e6b 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -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: diff --git a/parent/pom.xml b/parent/pom.xml index 49ac5963..2e657dd3 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.6 + 2.5.10 com.jeesite