Skip to content

Commit 3dd2933

Browse files
author
chenll
committed
Merge branch 'master' of github-personal:lonlonelong/grpc-java-demo
2 parents c0c8037 + ca1dce6 commit 3dd2933

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
This guide gets you started with gRPC in Java with a simple working example.
1313
- 这是一篇关于google的grpc框架的java版本的入门demo
1414

15-
# 1.[官网] 进入java的学习指导页面
15+
# [官网] 进入java的学习指导页面
1616
[官网]:https:grpc.io "官网"
1717

1818
```
@@ -22,7 +22,7 @@ git clone -b v1.11.0 https://github.com/grpc/grpc-java
2222
cd grpc-java/examples/
2323
```
2424

25-
3.运行一个grpc应用
25+
1.运行一个grpc应用
2626
```
2727
# 编译客户端和服务端
2828
./gradlew installDist
@@ -34,7 +34,7 @@ cd grpc-java/examples/
3434
恭喜,您刚刚使用GRPC运行客户端服务器应用程序。
3535

3636

37-
4.更新一个grpc服务
37+
2.更新一个grpc服务
3838
现在让我们看看如何在服务器上为客户端调用一个额外的方法来更新应用程序。
3939
我们的服务是使用protocol buffers GRPC定义;你可以在java GRPC中找到许多关于如何在定义一个.proto。
4040
现在,您需要知道的是,服务器和客户端“存根”都有一个SayHello方法,

0 commit comments

Comments
 (0)