From b53f0a76af4e3539ec6ec20f9d9696d7cb6b20f9 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Sun, 26 Apr 2020 09:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20Dubbo=20=E4=B8=93=E6=A0=8F?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=20nacos=20=E5=92=8C=20sentinel=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8f222d042..19235453e 100644 --- a/README.md +++ b/README.md @@ -240,11 +240,13 @@ * [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github)的[「2. XML 配置」](#)和[「3. 注解配置」](#)小节 **[Nacos](http://www.iocoder.cn/Nacos/install/?github)** +* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github)的[「6. 整合 Nacos」](#)小节 * [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github)的[「2. 快速入门」](#)小节 ## 服务保障 **[Sentinel](http://www.iocoder.cn/Sentinel/install/?github)** +* [《芋道 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」](#)小节 ## 分布式事务 @@ -253,6 +255,9 @@ * [《芋道 Dubbo 分布式事务 Seata 入门》](http://www.iocoder.cn/Dubbo/Seata/?github) 对应 [lab-53](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-53) * [《芋道 Spring Cloud Alibaba 分布式事务 Seata 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Seata/?github)的[「2. AT 模式 + Dubbo」](#)小节 +**[TCC Transaction](http://www.iocoder.cn/categories/TCC-Transaction/?github)** +* [《TCC-Transaction 源码分析 —— Dubbo 支持》](http://www.iocoder.cn/TCC-Transaction/dubbo-support/?self) + ## 链路追踪 **[SkyWalking](http://www.iocoder.cn/SkyWalking/install/?github)**