Skip to content

Commit 85f3f58

Browse files
author
YunaiV
committed
增加 Hystrix 入门
1 parent e0a315b commit 85f3f58

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
## 服务容错
119119

120120
* [《芋道 Spring Boot 服务容错 Sentinel 入门》](http://www.iocoder.cn/Spring-Boot/Sentinel/?github) 对应 [lab-46](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-46)
121-
* 《芋道 Spring Boot 服务容错 Hystrix 入门》计划中...
121+
* [《芋道 Spring Boot 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Boot/Hystrix/?github) 对应 [lab-57](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-57)
122122
* 《芋道 Spring Boot 服务容错 Resilience4j 入门》计划中...
123123

124124
## 监控管理
@@ -257,6 +257,10 @@
257257
* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github)[「7. 整合 Sentinel」](#)小节
258258
* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github)[「6. 整合 Sentinel」](#)小节
259259

260+
**[Hystrix](http://www.iocoder.cn/categories/Hystrix/?github)**
261+
* [《芋道 Spring Boot 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Boot/Hystrix/?github)[「6. 集成到 Dubbo」](#)小节
262+
* [《芋道 Spring Cloud Netflix 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Cloud/Netflix-Hystrix/?github)[「10. 集成到 Dubbo」](#)小节
263+
260264
## 分布式事务
261265

262266
**[Seata](http://www.iocoder.cn/Seata/install/?github)**
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://www.iocoder.cn/Spring-Boot/Hystrix/?github>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- <module>labx-21</module>-->
9393
<!-- <module>labx-22</module>-->
9494
<!-- <module>labx-23</module>-->
95-
<module>lab-57</module>
95+
<!-- <module>lab-57</module>-->
9696
</modules>
9797

9898
</project>

0 commit comments

Comments
 (0)