@@ -27,15 +27,15 @@ To add a dependency using Maven, use the following:
27
27
<dependency>
28
28
<groupId>net.devh</groupId>
29
29
<artifactId>grpc-server-spring-boot-starter</artifactId>
30
- <version>1.3.0- RELEASE</version>
30
+ <version>1.4.0. RELEASE</version>
31
31
</dependency>
32
32
````
33
33
34
34
To add a dependency using Gradle:
35
35
36
36
````
37
37
dependencies {
38
- compile 'net.devh:grpc-server-spring-boot-starter:1.3 .0.RELEASE'
38
+ compile 'net.devh:grpc-server-spring-boot-starter:1.4 .0.RELEASE'
39
39
}
40
40
````
41
41
@@ -60,15 +60,15 @@ To add a dependency using Maven, use the following:
60
60
<dependency>
61
61
<groupId>net.devh</groupId>
62
62
<artifactId>grpc-client-spring-boot-starter</artifactId>
63
- <version>1.3.0- RELEASE</version>
63
+ <version>1.4.0. RELEASE</version>
64
64
</dependency>
65
65
````
66
66
67
67
To add a dependency using Gradle:
68
68
69
69
````
70
70
dependencies {
71
- compile 'net.devh:grpc-client-spring-boot-starter:1.3.0- RELEASE'
71
+ compile 'net.devh:grpc-client-spring-boot-starter:1.4.0. RELEASE'
72
72
}
73
73
````
74
74
@@ -82,8 +82,8 @@ private Channel serverChannel;
82
82
set gRPC host and port in application.properties, default host is 0.0.0.0 and default port is 9090
83
83
84
84
````
85
- grpc.server.port=
86
- grpc.server.address=
85
+ grpc.server.port=9090
86
+ grpc.server.address=0.0.0.0
87
87
````
88
88
89
89
gRPC request
@@ -106,6 +106,7 @@ grpc.client.(gRPC server name).port[0]=
106
106
107
107
| Project Version | gRPC-java Version |
108
108
| ---------------- | ------------------ |
109
+ | 1.4.0.RELEASE | 1.10.0 |
109
110
| 1.3.0.RELEASE | 1.6.1 |
110
111
| 1.2.0.RELEASE | 1.3.0 |
111
112
| 1.1.1.RELEASE | 1.2.0 |
0 commit comments