组件版本关系
每个 Spring Cloud Alibaba 版本及其自身所适配的各组件对应版本(经过验证,自行搭配各组件版本不保证可用)如下表所示(最新版本用*标记):
2021.0.1.0* |
1.8.3 |
1.4.2 |
4.9.2 |
2.7.15 |
1.4.2 |
2.2.7.RELEASE |
1.8.1 |
2.0.3 |
4.6.1 |
2.7.13 |
1.3.0 |
2.2.6.RELEASE |
1.8.1 |
1.4.2 |
4.4.0 |
2.7.8 |
1.3.0 |
2021.1 or 2.2.5.RELEASE or 2.1.4.RELEASE or 2.0.4.RELEASE |
1.8.0 |
1.4.1 |
4.4.0 |
2.7.8 |
1.3.0 |
2.2.3.RELEASE or 2.1.3.RELEASE or 2.0.3.RELEASE |
1.8.0 |
1.3.3 |
4.4.0 |
2.7.8 |
1.3.0 |
2.2.1.RELEASE or 2.1.2.RELEASE or 2.0.2.RELEASE |
1.7.1 |
1.2.1 |
4.4.0 |
2.7.6 |
1.2.0 |
2.2.0.RELEASE |
1.7.1 |
1.1.4 |
4.4.0 |
2.7.4.1 |
1.0.0 |
2.1.1.RELEASE or 2.0.1.RELEASE or 1.5.1.RELEASE |
1.7.0 |
1.1.4 |
4.4.0 |
2.7.3 |
0.9.0 |
2.1.0.RELEASE or 2.0.0.RELEASE or 1.5.0.RELEASE |
1.6.3 |
1.1.1 |
4.4.0 |
2.7.3 |
0.7.1 |
毕业版本依赖关系(推荐使用)
下表为按时间顺序发布的 Spring Cloud Alibaba 以及对应的适配 Spring Cloud 和 Spring Boot 版本关系(项目源码 fhadmin.cn)(由于 Spring Cloud 版本命名有调整,所以对应的 Spring Cloud Alibaba 版本号也做了对应变化)
2021.0.1.0 |
Spring Cloud 2021.0.1 |
2.6.3 |
2.2.7.RELEASE |
Spring Cloud Hoxton.SR12 |
2.3.12.RELEASE |
2021.1 |
Spring Cloud 2020.0.1 |
2.4.2 |
2.2.6.RELEASE |
Spring Cloud Hoxton.SR9 |
2.3.2.RELEASE |
2.1.4.RELEASE |
Spring Cloud Greenwich.SR6 |
2.1.13.RELEASE |
2.2.1.RELEASE |
Spring Cloud Hoxton.SR3 |
2.2.5.RELEASE |
2.2.0.RELEASE |
Spring Cloud Hoxton.RELEASE |
2.2.X.RELEASE |
2.1.2.RELEASE |
Spring Cloud Greenwich |
2.1.X.RELEASE |
2.0.4.RELEASE(停止维护,建议升级) |
Spring Cloud Finchley |
2.0.X.RELEASE |
1.5.1.RELEASE(停止维护,建议升级) |
Spring Cloud Edgware |
1.5.X.RELEASE |
依赖管理
Spring Cloud Alibaba BOM 包含了它所使用的所有依赖的版本。
RELEASE 版本
Spring Cloud 2021
如果需要使用 Spring Cloud 2021 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2021.0.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
相关推荐
Nacos 是 Spring Cloud Alibaba 的重要组成部分,主要用于服务发现和服务配置。本篇将详细讲解如何将 Nacos 与 Spring Cloud Alibaba 结合,实现服务的注册与发现功能,并通过实际代码演示来加深理解。 首先,我们...
接下来,我们将深入探讨如何将Nacos与高版本的Spring Boot Cloud进行整合。 首先,确保你的环境已经安装了Java 8或更高版本,因为这是运行Nacos和Spring Boot的基本需求。然后,你需要在项目中引入Nacos Discovery...
Spring Cloud Alibaba是阿里巴巴为Spring Cloud贡献的一系列组件,如Nacos、Sentinel、Dubbo等,它与Spring Cloud版本有一定的对应关系。在选择Spring Cloud Alibaba的版本时,需要确保它与选定的Spring Cloud核心...
seata服务端 1.3 Nacos服务端 1.1.4 spring-cloud-alibaba-dependencies 2.1.0.RELEASE springboot 2.1.3.RELEASE springcloud Greenwich.RELEASE 软件架构 软件架构说明 springcloud-common 公共模块 springcloud-...
基于SpringCloud Alibaba+SpringBoot+MybatisPlus+ElasticSearch搭建的商城项目; 系统对接了腾讯第三方:短信、图片等功能。只需要替换对应的key即可使用^_^
Nacos 提供了一组简单易用的特性集,帮助您实现动态服务发现、服务配置管理、服务及流量管理。 Nacos 帮助您更敏捷和容易地构建、交付和管理微服务平台。 Nacos 是构建以“服务”为中心的现代应用架构(例如微服务...
idea spring cloud+nacos+geteway完整demo java spring cloud项目下载 spring cloud+nacos+geteway项目下载 需要先安装nacos,不要安装zk 我有另外一个下载,可以下载nacos和安装教程
赠送jar包:spring-cloud-starter-alibaba-nacos-discovery-2021.1.jar; 赠送原API文档:spring-cloud-starter-alibaba-nacos-discovery-2021.1-javadoc.jar; 赠送源代码:spring-cloud-starter-alibaba-nacos-...
Spring Cloud Alibaba 微服务 nacos-server-2.3.0
基于Spring Cloud Alibaba + Gateway + Nacos + RocketMQ + Vue & Element的后台管理系统和小程序,可以提供强大的功能和支持RBAC动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。...
Nacos 是 Spring Cloud Alibaba 的一个重要组件,帮助开发者快速实现微服务架构的设计、开发和部署。 服务注册 服务注册是微服务架构中的一个重要组件,旨在提供服务的注册和发现功能。在 Spring Cloud Alibaba 中...
赠送jar包:spring-cloud-starter-alibaba-nacos-config-2021.1.jar; 赠送原API文档:spring-cloud-starter-alibaba-nacos-config-2021.1-javadoc.jar; 赠送源代码:spring-cloud-starter-alibaba-nacos-config-...
以电商项目为线索,快速掌握 JDK17 + springboot3 + springcloud Alibaba 专栏源码。 2 技术选型 JDK17 持久层: MyBatis-Plus 数据库: MySQL5.7 其他: SpringCloud Alibaba 技术栈 服务注册与发现:Nacos ...
本文将详细介绍如何在Spring Boot中集成Spring Cloud Alibaba Nacos,并与Vue.js前端集成。 通过使用Spring Cloud Alibaba Nacos,开发者可以轻松地在Spring Boot应用中实现集中化配置管理和服务注册发现。同时,...
该项目是一个基于Spring Cloud Alibaba和Nacos的阿里巴巴微服务设计源码,由28个文件组成,包括15个Java源文件、6个XML配置文件、2个YAML配置文件、2个SQL脚本文件、1个Git忽略文件和1个ZIP压缩文件。该微服务demo...
本文将深入探讨Spring Boot 2.6、Spring Cloud 2021.1以及Spring Alibaba Cloud 2021.1的相关知识点,同时也会关注Nacos作为服务发现和配置中心的角色。 首先,Spring Boot 2.6是Spring Boot的最新稳定版本,它带来...
Spring Cloud Alibaba Nacos提供了一套解决方案,它利用Nacos作为配置中心和注册中心,帮助开发者管理和分发配置。本文将详细介绍如何在Spring Boot中集成Spring Cloud Alibaba Nacos,并与Vue.js前端集成。 通过...
Spring Cloud Alibaba Nacos Config 配置中心实现 Spring Cloud Alibaba Nacos Config 是 Spring Cloud Config 的替代方案,提供了分布式配置中心的解决方案。Nacos Config 的存储配置功能为分布式系统中的外部化...
本项目重点介绍了如何将Spring Cloud Alibaba 的 Sentinel、OpenFeign 和 Nacos 与 Seata 结合使用,以实现服务治理、流量控制、服务发现以及分布式事务的解决方案。 1. **Sentinel**: Sentinel 是阿里巴巴开源的...