update 优化 ruoyi-common-job 支持通过调度中心服务名注册 xxl-job-admin

This commit is contained in:
疯狂的狮子li
2022-09-05 14:10:53 +08:00
parent 43a2d0030b
commit a9d589167d
4 changed files with 35 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ xxl:
# 执行器开关
enabled: true
# 调度中心地址:如调度中心集群部署存在多个地址则用逗号分隔。
admin-addresses: http://localhost:9900
# admin-addresses: http://localhost:9900
# 调度中心应用名 通过服务名连接调度中心(启用admin-appname会导致admin-addresses不生效)
admin-appname: ruoyi-xxl-job-admin
# 执行器通讯TOKEN非空时启用
access-token: xxl-job
# 执行器配置