一、Spring Cloud Alibaba 特点
二、Spring Cloud Alibaba 注册中心 Nacos 搭建
三、Spring Cloud Alibaba 和Spring Boot、Spring Cloud 版本依赖关系
四、如何搭建 Spring Cloud Alibaba 服务提供者?
以下内容来自Spring Cloud Alibaba 官方文档
The features of Spring Cloud Alibaba:
1.Flow control and service degradation:support WebServlet, WebFlux, OpenFeign, RestTemplate, Dubbo access to the function of limiting and degrading flow. It can modify the rules of limiting and degrading flow in real time through the console at run time, and it also supports the monitoring of limiting and degrading Metrics.
2.Service registration and discovery:Service can be registered and clients can discover the instances using Spring-managed beans, auto integration Ribbon.
3.Distributed configuration:support for externalized configuration in a distributed system, auto refresh when configuration changes.
4.Rpc Service:extend Spring Cloud client RestTemplate and OpenFeign to support calling Dubbo RPC services.
5.Event-driven:support for building highly scalable event-driven microservices connected with shared messaging systems.
6.Distributed Transaction:support for distributed transaction solution with high performance and ease of use.
7.Alibaba Cloud Object Storage:massive, secure, low-cost, and highly reliable cloud storage services. Support for storing and accessing any type of data in any application, anytime, anywhere.
8.Alibaba Cloud SchedulerX:accurate, highly reliable, and highly available scheduled job scheduling services with response time within seconds.
9.Alibaba Cloud SMS: A messaging service that covers the globe, Alibaba SMS provides convenient, efficient, and intelligent communication capabilities that help businesses quickly contact their customers.
SpringCloudAlibaba提供流量控制、服务降级、服务注册与发现、分布式配置、RPC服务、事件驱动、分布式事务等特性。支持通过Nacos搭建注册中心,并能实时修改限流降级规则,监控系统状态。同时,它还支持Dubbo调用,阿里云对象存储、调度服务和短信服务等,为企业构建高可用的微服务架构。
7856

被折叠的 条评论
为什么被折叠?



