“Spring Cloud”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第23行: | 第23行: | ||
==== Sentinel ==== | ==== Sentinel ==== | ||
+ | Sentinel: The Sentinel of Your Microservices | ||
+ | |||
实现熔断与限流 | 实现熔断与限流 | ||
第28行: | 第30行: | ||
https://github.com/alibaba/Sentinel | https://github.com/alibaba/Sentinel | ||
+ | |||
+ | ==== Nacos ==== | ||
+ | Nacos: Dynamic Naming and Configuration Service | ||
+ | |||
+ | 服务注册和配置 | ||
+ | |||
+ | https://nacos.io/zh-cn/ | ||
+ | |||
+ | https://github.com/alibaba/Nacos |
2023年2月11日 (六) 23:21的版本
Spring Cloud的索引页
Spring Cloud
Spring Cloud Alibaba Seata 处理分布式事务
Spring Cloud Alibaba
https://github.com/alibaba/spring-cloud-alibaba
Seata
处理分布式事务
https://seata.io/zh-cn/index.html
https://github.com/seata/seata
Sentinel
Sentinel: The Sentinel of Your Microservices
实现熔断与限流
https://sentinelguard.io/zh-cn/
https://github.com/alibaba/Sentinel
Nacos
Nacos: Dynamic Naming and Configuration Service
服务注册和配置