Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b94e086331 | ||
![]() |
e78c571590 | ||
![]() |
e02ef076f9 |
19
pom.xml
19
pom.xml
@ -17,6 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<snailjob.version>1.2.0-beta.grpc</snailjob.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -44,17 +45,23 @@
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-starter</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>${snailjob.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-retry-core</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>${snailjob.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>guava</artifactId>
|
||||
<groupId>com.google.guava</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-job-core</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>${snailjob.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.aviator</groupId>
|
||||
@ -90,6 +97,12 @@
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.30</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
|
@ -1 +1 @@
|
||||
#com.example.snailjob.spi.TTLRetrySiteSnapshotContext
|
||||
com.example.snailjob.spi.TTLRetrySiteSnapshotContext
|
@ -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
|
||||
rpcType: grpc
|
||||
|
Loading…
Reference in New Issue
Block a user