发布1.3.0-beta1
This commit is contained in:
parent
b76cf9efa0
commit
93016523cc
6
pom.xml
6
pom.xml
@ -44,17 +44,17 @@
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-starter</artifactId>
|
||||
<version>1.2.0-beta2</version>
|
||||
<version>1.3.0-beta1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-retry-core</artifactId>
|
||||
<version>1.2.0-beta2</version>
|
||||
<version>1.3.0-beta1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-job-core</artifactId>
|
||||
<version>1.2.0-beta2</version>
|
||||
<version>1.3.0-beta1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.aviator</groupId>
|
||||
|
@ -46,7 +46,7 @@ snail-job:
|
||||
# 服务器IP地址(或域名);集群时建议通过 nginx 做负载均衡
|
||||
host: 127.0.0.1
|
||||
# 服务器通讯端口(不是后台管理页面服务端口)
|
||||
port: 1788
|
||||
port: 17888
|
||||
# 命名空间
|
||||
namespace: 764d604ec6fc45f68cd92514c40e9e1a
|
||||
# 接入组名
|
||||
@ -56,4 +56,5 @@ snail-job:
|
||||
# 客户端绑定IP,必须服务器可以访问到;默认自动推断,在服务器无法调度客户端时需要手动配置
|
||||
host: 127.0.0.1
|
||||
# 客户端通讯端口,默认 1789
|
||||
port: 1789
|
||||
port: 17889
|
||||
rpc-type: netty
|
||||
|
Loading…
Reference in New Issue
Block a user