update 优化 snailjob客户端ip配置说明
This commit is contained in:
parent
6727f3e6a4
commit
7171ed1508
|
|
@ -25,6 +25,8 @@ snail-job:
|
|||
namespace: ${spring.profiles.active}
|
||||
# 随主应用端口飘逸
|
||||
port: 2${server.port}
|
||||
# 客户端ip指定
|
||||
host:
|
||||
|
||||
--- # 数据源配置
|
||||
spring:
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ snail-job:
|
|||
namespace: ${spring.profiles.active}
|
||||
# 随主应用端口飘逸
|
||||
port: 2${server.port}
|
||||
# 客户端ip指定
|
||||
host:
|
||||
|
||||
--- # 数据源配置
|
||||
spring:
|
||||
|
|
|
|||
Loading…
Reference in New Issue