Skip to content

Commit 93992e8

Browse files
author
YunaiV
committed
增加 Hystrix 入门文章
1 parent dbbcd00 commit 93992e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
## 服务容错
181181

182182
* [《芋道 Spring Cloud Alibaba 服务容错 Sentinel 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Sentinel/?github) 对应 [labx-04](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-04)
183-
* 《芋道 Spring Cloud Netflix 服务容错 Hystrix 入门》计划中...
183+
* [《芋道 Spring Cloud Netflix 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Cloud/Netflix-Hystrix/?github) 对应 [labx-23](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-23)
184184
* 《芋道 Spring Cloud 服务容错 Resilience4j 入门》计划中...
185185

186186
## API 网关

labx-23/labx-23-scn-hystrix-dubbo-demo/labx-23-scn-hystrix-dubbo-demo-user-service-api/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@
1111

1212
<artifactId>labx-23-scn-hystrix-dubbo-demo-user-service-api</artifactId>
1313

14-
1514
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://www.iocoder.cn/Spring-Cloud/Netflix-Hystrix/?github>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
<!-- <module>labx-19</module>-->
9191
<!-- <module>labx-20</module>-->
9292
<!-- <module>labx-21</module>-->
93-
<module>labx-22</module>
94-
<module>labx-23</module>
93+
<!-- <module>labx-22</module>-->
94+
<!-- <module>labx-23</module>-->
9595
</modules>
9696

9797
</project>

0 commit comments

Comments
 (0)