修改本地不开 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

@ -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 配置中心