Skip to content

Commit 74de032

Browse files
author
YunaiV
committed
soul 学习指南
1 parent ff41508 commit 74de032

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
> 如下非 Spring Cloud 网关,先放在这里...
195195
196196
* [《芋道 APISIX 极简入门(国产微服务网关)》](http://www.iocoder.cn/APISIX/install/?github) 对应 [lab-56](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-56)
197+
* [《芋道 Soul 极简入门(国产微服务网关)》](http://www.iocoder.cn/Soul/install/?github) 对应 [lab-60](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-60)
197198

198199
## 配置中心
199200

@@ -253,7 +254,7 @@
253254
* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github)[「6. 整合 Nacos」](#)小节
254255
* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github)[「2. 快速入门」](#)小节
255256

256-
## 服务保障
257+
## 服务容错
257258

258259
**[Sentinel](http://www.iocoder.cn/Sentinel/install/?github)**
259260
* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github)[「7. 整合 Sentinel」](#)小节
@@ -266,6 +267,10 @@
266267
**[Resilience4j](http://www.iocoder.cn/categories/Resilience4j/?github)**
267268
* [《芋道 Spring Boot 服务容错 Resilience4j 入门》](http://www.iocoder.cn/Spring-Boot/Resilience4j/?github)[「10. 集成到 Dubbo」](#)小节
268269

270+
## API 网关
271+
272+
* [《芋道 Soul 极简入门(国产微服务网关)》](http://www.iocoder.cn/Soul/install/?github)[「3. 接入 Dubbo 应用」](#)小节
273+
269274
## 分布式事务
270275

271276
**[Seata](http://www.iocoder.cn/Seata/install/?github)**

lab-60/lab-60-soul-spring-cloud-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
6363
</dependency>
6464

65-
<!-- 引入 Soul 针对 SpringMVC 的集成的依赖 -->
65+
<!-- 引入 Soul 针对 Spring Cloud 的集成的依赖 -->
6666
<dependency>
6767
<groupId>org.dromara</groupId>
6868
<artifactId>soul-client-springcloud</artifactId>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://www.iocoder.cn/Soul/install/?github>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
<!-- <module>lab-40</module>-->
5454
<!-- <module>lab-41</module>-->
5555
<module>lab-42</module>
56-
<module>lab-60</module>
57-
<!-- <module>lab-43</module>-->
56+
<!-- <module>lab-43</module>-->
5857
<!-- <module>lab-44</module>-->
5958
<!-- <module>lab-45</module>-->
6059
<!-- <module>lab-46</module>-->
@@ -71,6 +70,7 @@
7170
<!-- <module>lab-57</module>-->
7271
<!-- <module>lab-58</module>-->
7372
<!-- <module>lab-59</module>-->
73+
<!-- <module>lab-60</module>-->
7474

7575
<!-- Spring Cloud 示例 -->
7676
<!-- <module>labx-01</module>-->

0 commit comments

Comments
 (0)