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

@@ -124,7 +124,6 @@ xxl:
executor:
appname: ${spring.application.name} # 执行器 AppName
logpath: ${user.home}/logs/xxl-job/${spring.application.name} # 执行器运行日志文件存储磁盘路径
accessToken: 123456 # 执行器通讯TOKEN
--- #################### 验证码相关配置 ####################