发布1.3.0-beta1

This commit is contained in:
opensnail 2025-01-01 11:32:55 +08:00
parent b76cf9efa0
commit 93016523cc
2 changed files with 6 additions and 5 deletions

View File

@ -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>

View File

@ -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