阿里巴巴版本: 2.2.1

    Boot版本: 2.2.5

    Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the components required to develop distributed applications, making it easy for you to develop your applications using Spring Cloud.

    • spring cloud 用来解决微服务系统中(分布式系统)解决方案
    • spring cloud alibaba 用来解决微服务系统中解决方案

    With Spring Cloud Alibaba, you only need to add some annotations and a small amount of configurations to connect Spring Cloud applications to the distributed solutions of Alibaba, and build a distributed application system with Alibaba middleware.

    1. # 0.原文翻译
    2. - https://spring.io/projects/spring-cloud-alibaba
    3. - 阿里云为分布式应用开发提供了一站式解决方案。它包含了开发分布式应用程序所需的所有组件,使您可以轻松地使用springcloud开发应用程序。
    4. - 有了阿里云,你只需要添加一些注解和少量的配置,就可以将Spring云应用连接到阿里的分布式解决方案上,用阿里中间件搭建一个分布式应用系统。
    5. # 1. spring cloud alibaba 特点
    6. - a.服务降级和流量控制 sentinel 替换 hystrix
    7. - b.服务注册与发现 nacos 替换 eureka consul
    8. - c.分布式配置& 事件驱动消息总线 nacos 替换 config & bus
    9. - d.分布式事务&dubbo seta
    10. # 3.springcloud 组件
    11. - 服务注册与发现组件 eureka consul nacos
    12. - 服务间通信组件 restTemplate+ribbon,Openfeign restTemplate+ribbon,Openfeign
    13. - 服务降级和熔断 hystrix hystrix dashboard sentinel
    14. - 服务网关组件 gateway gateway
    15. - 统一配置中心组件 消息总线组件 config bus nacos