Skip to content

Commit

Permalink
Spring Cloud gRPC 入门
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jun 27, 2020
1 parent 7cfd68b commit 4df966f
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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)
* [《芋道 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)

## 服务容错

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>labx-30</artifactId>
<artifactId>labx-30-spring-cloud-grpc</artifactId>
<groupId>cn.iocoder.springboot.labs</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion labx-30/pom.xml → labx-30-spring-cloud-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>labx-30</artifactId>
<artifactId>labx-30-spring-cloud-grpc</artifactId>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- <module>lab-13-spring-data-jpa</module>-->
<!-- <module>lab-14-spring-jdbc-template</module>-->
<!-- <module>lab-15-spring-data-es</module>-->
<module>lab-16-spring-data-mongo</module>
<!-- <module>lab-16-spring-data-mongo</module>-->
<!-- <module>lab-17</module>-->
<!-- <module>lab-18</module>-->
<!-- <module>lab-19</module>-->
Expand Down Expand Up @@ -111,7 +111,7 @@
<!-- <module>labx-28</module>-->
<!-- <module>labx-28</module>-->
<!-- <module>labx-29</module>-->
<!-- <module>labx-30</module>-->
<!-- <module>labx-30-spring-cloud-grpc</module>-->
</modules>

</project>

0 comments on commit 4df966f

Please sign in to comment.