Skip to content

Commit 4df966f

Browse files
author
YunaiV
committed
Spring Cloud gRPC 入门
1 parent 7cfd68b commit 4df966f

File tree

15 files changed

+5
-5
lines changed

15 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
* [《芋道 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)
190190
* [《芋道 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)
191191
* [《芋道 Spring Cloud 声明式调用 Feign 入门》](http://www.iocoder.cn/Spring-Cloud/Feign/?github) 对应 [labx-03](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-03)
192-
* [《芋道 Spring Cloud 服务调用 gRPC 入门》](http://www.iocoder.cn/Spring-Cloud/gRPC/?github) 对应 [labx-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-30)
192+
* [《芋道 Spring Cloud 服务调用 gRPC 入门》](http://www.iocoder.cn/Spring-Cloud/gRPC/?github) 对应 [labx-30-spring-cloud-grpc](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-30-spring-cloud-grpc)
193193

194194
## 服务容错
195195

labx-30/labx-30-grpc-cloud/pom.xml renamed to labx-30-spring-cloud-grpc/labx-30-grpc-cloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>labx-30</artifactId>
6+
<artifactId>labx-30-spring-cloud-grpc</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

labx-30/pom.xml renamed to labx-30-spring-cloud-grpc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>labx-30</artifactId>
12+
<artifactId>labx-30-spring-cloud-grpc</artifactId>
1313
<packaging>pom</packaging>
1414

1515
<modules>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- <module>lab-13-spring-data-jpa</module>-->
2727
<!-- <module>lab-14-spring-jdbc-template</module>-->
2828
<!-- <module>lab-15-spring-data-es</module>-->
29-
<module>lab-16-spring-data-mongo</module>
29+
<!-- <module>lab-16-spring-data-mongo</module>-->
3030
<!-- <module>lab-17</module>-->
3131
<!-- <module>lab-18</module>-->
3232
<!-- <module>lab-19</module>-->
@@ -111,7 +111,7 @@
111111
<!-- <module>labx-28</module>-->
112112
<!-- <module>labx-28</module>-->
113113
<!-- <module>labx-29</module>-->
114-
<!-- <module>labx-30</module>-->
114+
<!-- <module>labx-30-spring-cloud-grpc</module>-->
115115
</modules>
116116

117117
</project>

0 commit comments

Comments
 (0)