组件版本关系
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 2020.0.1 |
2021.1 |
2.4.2 |
Spring Cloud Hoxton.SR9 |
2.2.6.RELEASE |
2.3.2.RELEASE |
Spring Cloud Greenwich.SR6 |
2.1.4.RELEASE |
2.1.13.RELEASE |
Spring Cloud Hoxton.SR3 |
2.2.1.RELEASE |
2.2.5.RELEASE |
Spring Cloud Hoxton.RELEASE |
2.2.0.RELEASE |
2.2.X.RELEASE |
Spring Cloud Greenwich |
2.1.2.RELEASE |
2.1.X.RELEASE |
Spring Cloud Finchley |
2.0.4.RELEASE(停止维护,建议升级) |
2.0.X.RELEASE |
Spring Cloud Edgware |
1.5.1.RELEASE(停止维护,建议升级) |
1.5.X.RELEASE |
依赖管理
Spring Cloud Alibaba BOM 包含了它所使用的所有依赖的版本。
RELEASE 版本
Spring Cloud 2020
spring cloud Alibaba 微服务 flowable 工作流 自定义表单 vue.js前后分离(fhadmin.cn)
如果需要使用 Spring Cloud 2020 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2021.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Spring Cloud Hoxton
如果需要使用 Spring Cloud Hoxton 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.6.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Spring Cloud Greenwich
如果需要使用 Spring Cloud Greenwich 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Spring Cloud Finchley
如果需要使用 Spring Cloud Finchley 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.0.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Spring Cloud Edgware
如果需要使用 Spring Cloud Edgware 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>1.5.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
孵化器版本依赖关系(不推荐使用)
Spring Cloud Greenwich |
0.9.0.RELEASE |
2.1.X.RELEASE |
Spring Cloud Finchley |
0.2.X.RELEASE |
2.0.X.RELEASE |
Spring Cloud Edgware |
0.1.X.RELEASE |
1.5.X.RELEASE |
Note
|
请注意, Spring Cloud Edgware 最低支持 Edgware.SR5 版本 |
依赖管理
Spring Cloud Alibaba BOM 包含了它所使用的所有依赖的版本。
RELEASE 版本
Spring Cloud Greenwich
spring cloud Alibaba 微服务 flowable 工作流 自定义表单 vue.js前后分离(fhadmin.cn)
如果需要使用 Spring Cloud Greenwich 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>0.9.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Spring Cloud Finchley
如果需要使用 Spring Cloud Finchley 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>0.2.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Spring Cloud Edgware
如果需要使用 Spring Cloud Edgware 版本,请在 dependencyManagement 中添加如下内容
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>0.1.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
相关推荐
在标签中,我们看到"SpringCloud",这是Spring Boot的扩展,用于构建分布式微服务系统。"SpringSecurity"是Spring生态系统中的安全框架,用于处理身份验证和授权。"Oauth"是一种开放标准,主要用于授权,允许第三方...
### Spring Boot、Spring Cloud、Spring Boot Alibaba及其配套组件版本关系详解 #### 一、引言 随着微服务架构的流行,Spring Boot、Spring Cloud、Spring Boot Alibaba等技术栈成为构建现代分布式系统的基石。然而...
- **与Spring Cloud的集成**: Spring Cloud Alibaba是Spring Cloud生态的一部分,可以无缝对接Spring Cloud的各种组件,如Eureka、Zuul等。 3. **应用场景** - **微服务架构**: 在微服务场景下,Spring Cloud ...
**Spring Cloud Alibaba Nacos详解** 在微服务架构中,服务治理是至关重要的组成部分,而Spring Cloud Alibaba Nacos作为阿里巴巴提供的一款强大的服务治理平台,扮演着关键角色。Nacos作为一个集中式的服务发现、...
在微服务架构中,Spring Cloud Alibaba 是一个强大的工具集,它提供了多种组件来构建分布式系统。Nacos 是 Spring Cloud Alibaba 的重要组成部分,主要用于服务发现和服务配置。本篇将详细讲解如何将 Nacos 与 ...
本文将深入探讨标题为"hello-spring-cloud-alibaba.zip"的项目,这是一份基于SpringCloud实现的简单应用,虽然未涉及数据库操作,但它涵盖了Nacos注册中心、熔断监控、路由网关以及防熔断器雪崩的关键组件。...
7. **Hystrix**:虽然Spring Cloud Alibaba 2.2.1版本推荐使用Sentinel替代Hystrix,但Hystrix仍然是一个重要的熔断组件。在新版本中,可能仍然支持Hystrix,并提供了向Sentinel迁移的路径。 在"xc-spring-cloud-...
本文将围绕"spring-cloud-alibaba-demo"这个压缩包文件,深入探讨Spring Cloud Alibaba的核心组件及其在实际应用中的使用。 首先,我们来看"spring-cloud-alibaba-demo"这个项目名称,这通常意味着这是一个示例项目...
【标题】"vip-spring-cloud-alibaba.zip" 提供了一个实战教程,主要涉及Spring Cloud Alibaba框架中的Sentinel组件,以及如何将它与RestTemplate、OpenFeign和Dubbo进行整合。这个压缩包包含了多个项目文件和配置,...
springcloud与springcloud alibaba组件升级比较
在 "Spring-cloud-alibaba Demo" 中,开发者通常会创建一个或多个微服务实例,每个实例都包含一个或多个服务,这些服务通过 Spring Cloud Alibaba 提供的组件进行交互。例如,可能会有一个商品服务,一个订单服务,...
Spring Cloud Alibaba是阿里巴巴为Spring Cloud贡献的一系列组件,如Nacos、Sentinel、Dubbo等,它与Spring Cloud版本有一定的对应关系。在选择Spring Cloud Alibaba的版本时,需要确保它与选定的Spring Cloud核心...
在搭建Spring Cloud项目时,需要注意Spring Boot和Spring Cloud的版本兼容性。通常,会在`pom.xml`文件中使用`<parent>`标签指定Spring Boot的父POM,并在`<dependencyManagement>`标签内引入Spring Cloud的依赖管理...
spring-cloud-alibaba 概述 The Spring Cloud Alibaba project, consisting of Alibaba’s open-source components and several Alibaba Cloud products, aims to implement and expose well known Spring Framework...
总的来说,Spring-Cloud-Alibaba--master这个项目是学习和实践Spring Cloud Alibaba的宝贵资源,它涵盖了微服务架构中的多个核心组件,通过这个项目,开发者可以提升自己的微服务开发技能,更好地应对复杂的分布式...
注:下文中的 *** 代表文件名中的组件名称。 # 包含: 中文-英文对照文档:【***-javadoc-API文档-中文(简体)-英语-对照版.zip】 jar包下载地址:【***.jar下载地址(官方地址+国内镜像地址).txt】 Maven依赖:【*...
在本示例 "spring-cloud-gateway-demo.zip" 中,我们看到它与另一个流行的微服务组件 —— Spring Cloud Alibaba Nacos 结合使用,展示了如何构建一个动态的服务发现和配置的解决方案。 Nacos 是阿里巴巴开源的一款...
Spring Cloud是微服务架构中的一个关键组件,它提供了多种服务发现、配置、熔断等工具。而Nacos是阿里巴巴开源的一款分布式服务管理平台,它包含了服务注册与发现、配置管理、健康检查等功能。 首先,让我们了解...
Spring Cloud Alibaba提供了丰富的组件,其中包括Nacos作为服务注册与配置中心,以及Feign作为声明式服务调用工具。本文将深入探讨如何在Spring Cloud Alibaba框架下整合Nacos和Feign,实现高效、便捷的服务治理。 ...
【标题】"spring-cloud-alibaba-action08.zip" 暗示了这是一个关于Spring Cloud Alibaba实战的项目,可能包含了如何使用Spring Cloud Alibaba构建分布式微服务的实例代码和教程。Spring Cloud Alibaba是阿里巴巴提供...