update 优化 snailjob 客户端端口随主应用漂移端口
parent
8f5dfe8579
commit
aded21a4c3
|
|
@ -27,3 +27,5 @@ snail-job:
|
|||
port: 1788
|
||||
# 详见 script/sql/ry_job.sql `sj_namespace` 表
|
||||
namespace: ${spring.profiles.active}
|
||||
# 随主应用端口飘逸
|
||||
port: 2${server.port}
|
||||
|
|
|
|||
Loading…
Reference in New Issue