ebts-quartz 准备移除

This commit is contained in:
Binlin B Wang 2022-07-29 23:35:59 +08:00
parent 22537b24ab
commit 6fe59e1a31
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ logging:
# Spring配置
spring:
profiles:
active: pro
active: dev
# 数据源配置
datasource:
type: com.alibaba.druid.pool.DruidDataSource

View File

@ -21,7 +21,7 @@ public class ScheduleConfig {
// quartz参数
Properties prop = new Properties();
// todo
// todo
prop.put("org.quartz.scheduler.instanceName", "Scheduler");
prop.put("org.quartz.scheduler.instanceId", "AUTO");
// 线程池配置