增加 Hystrix 入门

This commit is contained in:
YunaiV
2020-05-15 20:42:34 +08:00
parent e0a315b954
commit 85f3f58465
3 changed files with 7 additions and 2 deletions

View File

@@ -118,7 +118,7 @@
## 服务容错
* [《芋道 Spring Boot 服务容错 Sentinel 入门》](http://www.iocoder.cn/Spring-Boot/Sentinel/?github) 对应 [lab-46](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-46)
* 《芋道 Spring Boot 服务容错 Hystrix 入门》计划中...
* [《芋道 Spring Boot 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Boot/Hystrix/?github) 对应 [lab-57](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-57)
* 《芋道 Spring Boot 服务容错 Resilience4j 入门》计划中...
## 监控管理
@@ -257,6 +257,10 @@
* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github)的[「7. 整合 Sentinel」](#)小节
* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github)的[「6. 整合 Sentinel」](#)小节
**[Hystrix](http://www.iocoder.cn/categories/Hystrix/?github)**
* [《芋道 Spring Boot 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Boot/Hystrix/?github)的[「6. 集成到 Dubbo」](#)小节
* [《芋道 Spring Cloud Netflix 服务容错 Hystrix 入门》](http://www.iocoder.cn/Spring-Cloud/Netflix-Hystrix/?github)的[「10. 集成到 Dubbo」](#)小节
## 分布式事务
**[Seata](http://www.iocoder.cn/Seata/install/?github)**

View File

@@ -0,0 +1 @@
<http://www.iocoder.cn/Spring-Boot/Hystrix/?github>

View File

@@ -92,7 +92,7 @@
<!-- <module>labx-21</module>-->
<!-- <module>labx-22</module>-->
<!-- <module>labx-23</module>-->
<module>lab-57</module>
<!-- <module>lab-57</module>-->
</modules>
</project>