feat:测试配置文件、定义xxljob端口

This commit is contained in:
2026-07-17 10:24:11 +08:00
parent 77db52a2b3
commit 2582c4e474
20 changed files with 1170 additions and 10 deletions

View File

@@ -96,9 +96,10 @@ xxl:
job:
admin:
addresses: http://localhost:8080/xxl-job-admin # 调度中心部署跟地址
accessToken: 123456 # 执行器通讯TOKEN
executor:
ip: localhost
port: 9992
port: 9993
--- #################### 服务保障相关配置 ####################