update 更新xxl-job执行器开关功能

This commit is contained in:
疯狂的狮子li
2021-10-26 18:30:02 +08:00
parent 3117080be3
commit 2e4689d557
4 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,8 @@ spring:
--- # xxl-job 配置
xxl:
job:
# 执行器开关
enabled: true
# 调度中心地址:如调度中心集群部署存在多个地址则用逗号分隔。
admin-addresses: http://localhost:9100/xxl-job-admin
# 执行器通讯TOKEN非空时启用

View File

@ -16,6 +16,8 @@ spring:
--- # xxl-job 配置
xxl:
job:
# 执行器开关
enabled: true
# 调度中心地址:如调度中心集群部署存在多个地址则用逗号分隔。
admin-addresses: http://172.30.0.92:9100/xxl-job-admin
# 执行器通讯TOKEN非空时启用