修改本地不开 Job,dev 开启 Job

This commit is contained in:
YunaiV 2021-12-05 17:35:53 +08:00
parent 6cd9b3bf7e
commit cc78025f80
4 changed files with 12 additions and 0 deletions

View File

@ -66,6 +66,7 @@ spring:
# Quartz 配置项,对应 QuartzProperties 配置类
spring:
quartz:
auto-startup: true # 测试环境,需要开启 Job
scheduler-name: schedulerName # Scheduler 名字。默认为 schedulerName
job-store-type: jdbc # Job 存储器类型。默认为 memory 表示内存,可选 jdbc 使用数据库。
wait-for-jobs-to-complete-on-shutdown: true # 应用关闭时,是否等待定时任务执行完成。默认为 false ,建议设置为 true

View File

@ -80,6 +80,7 @@ spring:
# Quartz 配置项,对应 QuartzProperties 配置类
spring:
quartz:
auto-startup: false # 本地开发环境,尽量不要开启 Job
scheduler-name: schedulerName # Scheduler 名字。默认为 schedulerName
job-store-type: jdbc # Job 存储器类型。默认为 memory 表示内存,可选 jdbc 使用数据库。
wait-for-jobs-to-complete-on-shutdown: true # 应用关闭时,是否等待定时任务执行完成。默认为 false ,建议设置为 true

View File

@ -63,6 +63,11 @@ spring:
--- #################### 定时任务相关配置 ####################
# Quartz 配置项,对应 QuartzProperties 配置类
spring:
quartz:
auto-startup: false # 无需使用 Quartz交给 yudao-admin-server 环境
--- #################### 配置中心相关配置 ####################
# Apollo 配置中心

View File

@ -63,6 +63,11 @@ spring:
--- #################### 定时任务相关配置 ####################
# Quartz 配置项,对应 QuartzProperties 配置类
spring:
quartz:
auto-startup: false # 无需使用 Quartz交给 yudao-admin-server 环境
--- #################### 配置中心相关配置 ####################
# Apollo 配置中心