SpringBoot 版本链接
SpringCloud版本 https://spring.io/projects/spring-cloud#learn
SpringCloud-alibaba https://spring.io/projects/spring-cloud-alibaba#learn
版本要求 https://start.spring.io/actuator/info
https://github.com/alibaba/spring-cloud-alibaba/blob/master/README-zh.md
直接github看
阿里巴巴wiki版本说明
部分截图

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Hoxton.SR8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.3.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
本文详细介绍了如何在SpringBoot项目中配置SpringCloud和SpringCloud Alibaba的依赖版本,包括Hoxton.SR8和2.2.3.RELEASE。通过提供的链接,读者可以获取官方文档和版本要求,以便正确导入依赖并管理项目。同时,文章还提供了GitHub上的相关源码链接,方便开发者深入研究。

467

被折叠的 条评论
为什么被折叠?



