soul 学习指南

This commit is contained in:
YunaiV
2020-05-23 22:32:23 +08:00
parent ff415087dd
commit 74de032a54
4 changed files with 10 additions and 4 deletions

View File

@@ -194,6 +194,7 @@
> 如下非 Spring Cloud 网关,先放在这里...
* [《芋道 APISIX 极简入门(国产微服务网关)》](http://www.iocoder.cn/APISIX/install/?github) 对应 [lab-56](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-56)
* [《芋道 Soul 极简入门(国产微服务网关)》](http://www.iocoder.cn/Soul/install/?github) 对应 [lab-60](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-60)
## 配置中心
@@ -253,7 +254,7 @@
* [《芋道 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」](#)小节
@@ -266,6 +267,10 @@
**[Resilience4j](http://www.iocoder.cn/categories/Resilience4j/?github)**
* [《芋道 Spring Boot 服务容错 Resilience4j 入门》](http://www.iocoder.cn/Spring-Boot/Resilience4j/?github)的[「10. 集成到 Dubbo」](#)小节
## API 网关
* [《芋道 Soul 极简入门(国产微服务网关)》](http://www.iocoder.cn/Soul/install/?github)的[「3. 接入 Dubbo 应用」](#)小节
## 分布式事务
**[Seata](http://www.iocoder.cn/Seata/install/?github)**

View File

@@ -62,7 +62,7 @@
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<!-- 引入 Soul 针对 SpringMVC 的集成的依赖 -->
<!-- 引入 Soul 针对 Spring Cloud 的集成的依赖 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>soul-client-springcloud</artifactId>

View File

@@ -0,0 +1 @@
<http://www.iocoder.cn/Soul/install/?github>

View File

@@ -53,8 +53,7 @@
<!-- <module>lab-40</module>-->
<!-- <module>lab-41</module>-->
<module>lab-42</module>
<module>lab-60</module>
<!-- <module>lab-43</module>-->
<!-- <module>lab-43</module>-->
<!-- <module>lab-44</module>-->
<!-- <module>lab-45</module>-->
<!-- <module>lab-46</module>-->
@@ -71,6 +70,7 @@
<!-- <module>lab-57</module>-->
<!-- <module>lab-58</module>-->
<!-- <module>lab-59</module>-->
<!-- <module>lab-60</module>-->
<!-- Spring Cloud 示例 -->
<!-- <module>labx-01</module>-->