update 优化 xxljob 端口随着主应用端口飘逸 避免集群冲突

This commit is contained in:
疯狂的狮子Li
2023-07-13 19:33:18 +08:00
parent 0e9716e710
commit 49d61eeb2b

View File

@@ -26,8 +26,8 @@ xxl:
executor:
# 执行器AppName执行器心跳注册分组依据为空则关闭自动注册
appname: ${spring.application.name}-executor
# 执行器端口号 执行器从19901开始往后写
port: 9901
# 29203 端口 随着主应用端口飘逸 避免集群冲突
port: 2${server.port}
# 执行器注册默认IP:PORT
address:
# 执行器IP默认自动获取IP