Spring Cloud Tencent 版本管理
VOPEN.XYZ edited this page Jun 27, 2022
·
46 revisions
Pages 40
Clone this wiki locally
Hoxton 系列
引入版本
如果您想使用 Spring Cloud Tencent 微服务开发套件,您可以直接依赖以下 bom,即在 pom.xml 的 中添加如下代码。后续使用 starter 下的依赖无需带版本号即可引入。
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<version>1.5.3-Hoxton.SR9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
版本列表
Spring Cloud Tencent 版本 | Spring Cloud 版本 | Spring Boot 版本 | Spring Framework 版本 | 版本发布说明 |
---|---|---|---|---|
1.5.3-Hoxton.SR9(推荐) |
Hoxton.SR9 | 2.3.2.RELEASE | 5.2.15.RELEASE | Release Note |
组件兼容性
- Spring Boot 2.2.x, 2.3.x (Starting with SR5)
- JDK 8-15
2020 系列
引入版本
如果您想使用 Spring Cloud Tencent 微服务开发套件,您可以直接依赖以下 bom,即在 pom.xml 的 中添加如下代码。后续使用 starter 下的依赖无需带版本号即可引入。
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<version>1.5.3-2020.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
版本列表
Spring Cloud Tencent 版本 | Spring Cloud 版本 | Spring Boot 版本 | Spring Framework 版本 | 版本发布说明 |
---|---|---|---|---|
1.5.3-2020.0.5(推荐) |
2020.0.5 | 2.4.13 | 5.3.21 | Release Note |
组件兼容性
- Spring Boot 2.4.x, 2.5.x (Starting with 2020.0.3)
- JDK 8-15
2021 系列
引入版本
如果您想使用 Spring Cloud Tencent 微服务开发套件,您可以直接依赖以下 bom,即在 pom.xml 的 中添加如下代码。后续使用 starter 下的依赖无需带版本号即可引入。
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<version>1.5.3-2021.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
版本列表
Spring Cloud Tencent 版本 | Spring Cloud 版本 | Spring Boot 版本 | Spring Framework 版本 | 版本发布说明 |
---|---|---|---|---|
1.5.3-2021.0.2 (推荐) |
2021.0.2 | 2.6.7 | 5.3.21 | Release Note |
组件兼容性
- Spring Boot 2.6.x
- JDK 8-19
Greenwich 系列
引入版本
如果您想使用 Spring Cloud Tencent 微服务开发套件,您可以直接依赖以下 bom,即在 pom.xml 的 中添加如下代码。后续使用 starter 下的依赖无需带版本号即可引入。
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<version>1.5.3-Greenwich.SR6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
版本列表
Spring Cloud Tencent 版本 | Spring Cloud 版本 | Spring Boot 版本 | Spring Framework版本 | 版本发布说明 |
---|---|---|---|---|
1.5.3-Greenwich.SR6 (推荐) |
Greenwich.SR6 | 2.1.13.RELEASE | 5.1.14.RELEASE | Release Note |
组件兼容性
- Spring Boot 2.1.x
- JDK 8-12