We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0c8037 + ca1dce6 commit 3dd2933Copy full SHA for 3dd2933
README.md
@@ -12,7 +12,7 @@
12
This guide gets you started with gRPC in Java with a simple working example.
13
- 这是一篇关于google的grpc框架的java版本的入门demo
14
15
-# 1.从 [官网] 进入java的学习指导页面
+# 从 [官网] 进入java的学习指导页面
16
[官网]:https:grpc.io "官网"
17
18
```
@@ -22,7 +22,7 @@ git clone -b v1.11.0 https://github.com/grpc/grpc-java
22
cd grpc-java/examples/
23
24
25
-3.运行一个grpc应用
+1.运行一个grpc应用
26
27
# 编译客户端和服务端
28
./gradlew installDist
@@ -34,7 +34,7 @@ cd grpc-java/examples/
34
恭喜,您刚刚使用GRPC运行客户端服务器应用程序。
35
36
37
-4.更新一个grpc服务
+2.更新一个grpc服务
38
现在让我们看看如何在服务器上为客户端调用一个额外的方法来更新应用程序。
39
我们的服务是使用protocol buffers GRPC定义;你可以在java GRPC中找到许多关于如何在定义一个.proto。
40
现在,您需要知道的是,服务器和客户端“存根”都有一个SayHello方法,
0 commit comments