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

This commit is contained in:
疯狂的狮子Li 2023-07-13 19:30:54 +08:00
parent d4ab8a8e22
commit 8a5cc7f76c
2 changed files with 4 additions and 4 deletions

View File

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

View File

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