天天看点

什么,还不会搭建SpringCloud微服务框架?一套送给你,建议收藏

作者:KristenGe

系列文章中涉及的软件版本

Spring Boot 2.7.3

Spring Cloud 2021.0.4

Spring Cloud Alibaba 2021.0.4.0

Nacos 2.1.2

当前主流微服务技术方案(本图片收集自网络)

什么,还不会搭建SpringCloud微服务框架?一套送给你,建议收藏

系列文章:

  • Spring Cloud 注册中心 Eureka Server/Client 配置(系列)
  • Spring Cloud 配置中心 Config Server/Client配置(系列)
  • Spring Cloud Circuitbreaker断路器 Resilience4j配置(系列)
  • Spring Cloud 客户端负载均衡、服务调用OpenFeign配置(系列)
  • Spring Cloud Gateway 微服务网关配置(系列)

以下使用Spring Cloud Alibaba Nacos代替Spring Cloud Eureka和Spring Cloud Config,如果使用阿里的Nacos作为服务注册发现和配置中心,则无需再配置Spring Cloud Eureka和Spring Cloud Config。

  • 阿里巴巴(微服务注册发现+配置中心)Nacos Server部署(系列)(明天更新)
  • Spring Cloud Alibaba 微服务配置中心 Nacos Config配置(系列)(明天更新)
  • Spring Cloud Alibaba 服务注册发现 Nacos Discovery配置(系列)(明天更新)

友情提醒:通过点击链接查看文章,代码块会变成一行,不方便阅读,可以直接到本人账号下的文章列表中点击查看。

附1:Spring Cloud 版本与 Spring Boot 版本对照表

什么,还不会搭建SpringCloud微服务框架?一套送给你,建议收藏

附2:Spring Cloud Alibaba 与 Spring Cloud 版本对照表

什么,还不会搭建SpringCloud微服务框架?一套送给你,建议收藏