修复拼写错误
This commit is contained in:
parent
e02ef076f9
commit
e78c571590
6
pom.xml
6
pom.xml
@ -44,12 +44,12 @@
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-starter</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.2.0-beta.grpc</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-retry-core</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.2.0-beta.grpc</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>guava</artifactId>
|
||||
@ -60,7 +60,7 @@
|
||||
<dependency>
|
||||
<groupId>com.aizuda</groupId>
|
||||
<artifactId>snail-job-client-job-core</artifactId>
|
||||
<version>1.1.2</version>
|
||||
<version>1.2.0-beta.grpc</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.aviator</groupId>
|
||||
|
@ -57,4 +57,4 @@ snail-job:
|
||||
host: 127.0.0.1
|
||||
# 客户端通讯端口,默认 1789
|
||||
port: 17889
|
||||
rpcType: gprc
|
||||
rpcType: grpc
|
||||
|
Loading…
Reference in New Issue
Block a user