From 1bcc7882f9624b7f60bd40aec00c889c7dc2f36f Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Mon, 15 Jun 2020 07:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20cloud=20+=20grpc=20?= =?UTF-8?q?=E5=85=A5=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- labx-30/《芋道 Spring Cloud gRPC 入门》.md | 1 + pom.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 labx-30/《芋道 Spring Cloud gRPC 入门》.md diff --git a/README.md b/README.md index 843f0369..b57d66c5 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ * [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github) 对应 [lab-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-30) * [《芋道 Spring Boot 声明式调用 Feign 入门》](http://www.iocoder.cn/Spring-Boot/Feign/?github) 对应 [lab-58](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-58) +* [《芋道 Spring Boot gRPC 入门》](http://www.iocoder.cn/Spring-Boot/gRPC/?github) 对应 [lab-64](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-64) * [《芋道 Spring Boot SOFARPC 入门》](http://www.iocoder.cn/Spring-Boot/SOFARPC/?github) 对应 [lab-62](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-62) * [《芋道 Spring Boot Motan 入门》](http://www.iocoder.cn/Spring-Boot/Motan/?github) 对应 [lab-63](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-63) -* 《芋道 Spring Boot WebService 入门》计划中... * 《芋道 Spring Boot gRPC 入门》计划中... * 《芋道 Spring Boot RSocket 入门》计划中... @@ -178,6 +178,7 @@ * [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github) 对应 [labx-07](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-07) * [《芋道 Spring Cloud Netflix 负载均衡 Ribbon 入门》](http://www.iocoder.cn/Spring-Cloud-Netflix/Ribbon/?github) 对应 [labx-02](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-02) * [《芋道 Spring Cloud 声明式调用 Feign 入门》](http://www.iocoder.cn/Spring-Cloud/Feign/?github) 对应 [labx-03](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-03) +* [《芋道 Spring Cloud 服务调用 gRPC 入门》](http://www.iocoder.cn/Spring-Cloud/gRPC/?github) 对应 [labx-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-30) ## 服务容错 diff --git a/labx-30/《芋道 Spring Cloud gRPC 入门》.md b/labx-30/《芋道 Spring Cloud gRPC 入门》.md new file mode 100644 index 00000000..fafae1f7 --- /dev/null +++ b/labx-30/《芋道 Spring Cloud gRPC 入门》.md @@ -0,0 +1 @@ + diff --git a/pom.xml b/pom.xml index 48ec434f..0be8634c 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ - labx-30 +