update 优化 修改 snailjob 默认端口 避免与系统内置端口冲突问题

This commit is contained in:
疯狂的狮子Li
2024-07-01 14:33:38 +08:00
parent 2ee543e2a4
commit 6ba7249a75
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ snail-job:
token: "SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
server:
host: 127.0.0.1
port: 1788
port: 11788
# 详见 script/sql/snail_job.sql `sj_namespace` 表
namespace: ${spring.profiles.active}
# 随主应用端口飘逸

View File

@ -20,7 +20,7 @@ snail-job:
token: "SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
server:
host: 127.0.0.1
port: 1788
port: 11788
# 详见 script/sql/snail_job.sql `sj_namespace` 表
namespace: ${spring.profiles.active}
# 随主应用端口飘逸