File tree 4 files changed +10
-4
lines changed
lab-60-soul-spring-cloud-demo
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 194
194
> 如下非 Spring Cloud 网关,先放在这里...
195
195
196
196
* [ 《芋道 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 )
197
198
198
199
## 配置中心
199
200
253
254
* [ 《芋道 Spring Boot Dubbo 入门》] ( http://www.iocoder.cn/Spring-Boot/Dubbo/?github ) 的[ 「6. 整合 Nacos」] ( # ) 小节
254
255
* [ 《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》] ( http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github ) 的[ 「2. 快速入门」] ( # ) 小节
255
256
256
- ## 服务保障
257
+ ## 服务容错
257
258
258
259
** [ Sentinel] ( http://www.iocoder.cn/Sentinel/install/?github ) **
259
260
* [ 《芋道 Spring Boot Dubbo 入门》] ( http://www.iocoder.cn/Spring-Boot/Dubbo/?github ) 的[ 「7. 整合 Sentinel」] ( # ) 小节
266
267
** [ Resilience4j] ( http://www.iocoder.cn/categories/Resilience4j/?github ) **
267
268
* [ 《芋道 Spring Boot 服务容错 Resilience4j 入门》] ( http://www.iocoder.cn/Spring-Boot/Resilience4j/?github ) 的[ 「10. 集成到 Dubbo」] ( # ) 小节
268
269
270
+ ## API 网关
271
+
272
+ * [ 《芋道 Soul 极简入门(国产微服务网关)》] ( http://www.iocoder.cn/Soul/install/?github ) 的[ 「3. 接入 Dubbo 应用」] ( # ) 小节
273
+
269
274
## 分布式事务
270
275
271
276
** [ Seata] ( http://www.iocoder.cn/Seata/install/?github ) **
Original file line number Diff line number Diff line change 62
62
<artifactId >spring-cloud-starter-alibaba-nacos-discovery</artifactId >
63
63
</dependency >
64
64
65
- <!-- 引入 Soul 针对 SpringMVC 的集成的依赖 -->
65
+ <!-- 引入 Soul 针对 Spring Cloud 的集成的依赖 -->
66
66
<dependency >
67
67
<groupId >org.dromara</groupId >
68
68
<artifactId >soul-client-springcloud</artifactId >
Original file line number Diff line number Diff line change
1
+ < http://www.iocoder.cn/Soul/install/?github >
Original file line number Diff line number Diff line change 53
53
<!-- <module>lab-40</module>-->
54
54
<!-- <module>lab-41</module>-->
55
55
<module >lab-42</module >
56
- <module >lab-60</module >
57
- <!-- <module>lab-43</module>-->
56
+ <!-- <module>lab-43</module>-->
58
57
<!-- <module>lab-44</module>-->
59
58
<!-- <module>lab-45</module>-->
60
59
<!-- <module>lab-46</module>-->
71
70
<!-- <module>lab-57</module>-->
72
71
<!-- <module>lab-58</module>-->
73
72
<!-- <module>lab-59</module>-->
73
+ <!-- <module>lab-60</module>-->
74
74
75
75
<!-- Spring Cloud 示例 -->
76
76
<!-- <module>labx-01</module>-->
You can’t perform that action at this time.
0 commit comments