一、简述

SpringCloud 是一门技术,主要是如下: 注册中心:nacos,替代方案eureka、consul、zookeeper 配置中心: nacos ,替代方案sc config、consul config 服务调用:feign,替代方案:resttempate 熔断:sentinel、,替代方案:Resilience4j 熔断监控:sentinel dashboard 负载均衡:sc loadbalancer 网关:spring cloud gateway 链路:spring cloud sleuth+zipkin,替代方案:skywalking等

原文链接:https://blog.csdn.net/forezp/article/details/115632826

二、学习教程

  1. https://blog.csdn.net/forezp/article/details/70148833
  2. https://www.fangzhipeng.com/spring-cloud.html

    三、问题

  3. Spring boot + springCloud +springcloudalibaba 之间的版本依赖设置

    https://segmentfault.com/a/1190000039853009