Skip to content

Commit

Permalink
Release 1.4.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Jun 4, 2019
1 parent 1f58a15 commit 11135e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Java技术交流群:294712648 <a target="_blank" href="http://shang.qq.com/wpa
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</dependency>
````

添加依赖如果使用的是Gradle

````
dependencies {
compile 'net.devh:grpc-server-spring-boot-starter:1.4.1.RELEASE'
compile 'net.devh:grpc-server-spring-boot-starter:1.4.2.RELEASE'
}
````

Expand Down Expand Up @@ -70,15 +70,15 @@ grpc.server.address=0.0.0.0
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</dependency>
````

添加依赖如果使用的是Gradle

````
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:1.4.1.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:1.4.2.RELEASE'
}
````

Expand Down Expand Up @@ -109,7 +109,7 @@ grpc.client.(gRPC server name).port[0]=
| Project Version | gRPC-java Version |
| ---------------- | ------------------ |
| 1.4.1.RELEASE | 1.12.0 |
| 1.4.2.RELEASE | 1.12.0 |
| 1.4.0.RELEASE | 1.10.0 |
| 1.3.0.RELEASE | 1.6.1 |
| 1.2.0.RELEASE | 1.3.0 |
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````
dependencies {
compile 'net.devh:grpc-server-spring-boot-starter:1.4.1.RELEASE'
compile 'net.devh:grpc-server-spring-boot-starter:1.4.2.RELEASE'
}
````

Expand All @@ -59,15 +59,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:1.4.1.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:1.4.2.RELEASE'
}
````

Expand Down Expand Up @@ -105,7 +105,7 @@ grpc.client.(gRPC server name).port[0]=
| Project Version | gRPC-java Version |
| ---------------- | ------------------ |
| 1.4.1.RELEASE | 1.12.0 |
| 1.4.2.RELEASE | 1.12.0 |
| 1.4.0.RELEASE | 1.10.0 |
| 1.3.0.RELEASE | 1.6.1 |
| 1.2.0.RELEASE | 1.3.0 |
Expand Down

0 comments on commit 11135e6

Please sign in to comment.