spring-boot-starter-parent2.7.3对应springCloud版本信息
时间: 2023-07-29 17:14:16 浏览: 196
很抱歉,目前并没有Spring Boot 2.7.3的版本。目前Spring Boot的最新稳定版本是2.5.5,而Spring Cloud的最新稳定版本是2020.0.4。
以下是一些常见的Spring Boot版本与Spring Cloud版本的对应关系:
- Spring Boot 2.5.x:Spring Cloud 2020.0.x(代号Ilford)
- Spring Boot 2.4.x:Spring Cloud Hoxton.SR12
- Spring Boot 2.3.x:Spring Cloud Hoxton.SR12
- Spring Boot 2.2.x:Spring Cloud Hoxton.SR12
请注意,这些对应关系是基于目前可用的稳定版本,并且可能会随着新版本发布而有所变化。在实际使用时,请参考官方文档或相关社区资源,以确定特定版本之间的兼容性。
希望这可以帮助您!如果您有任何其他问题,请随时提问。
相关问题
Project 'org.springframework.boot:spring-boot-starter-parent:2.7.3' not found
回答: 出现"Project 'org.springframework.boot:spring-boot-starter-parent:2.7.3' not found"的错误是因为在创建新项目时选择了spring-boot-starter-parent的新版本,而缓存中仍然使用的是旧版本。这是因为IDEA默认会缓存Maven本地库中的依赖库,在创建新项目时会直接从缓存中寻找依赖库。如果相同的库只是修改了版本,就会导致IDEA无法从缓存中找到相应的库。解决这个问题的办法是清除IDEA的缓存,然后重新创建项目。\[3\]
#### 引用[.reference_title]
- *1* *2* [SpringBoot 2.x 学习笔记(1):入门实例(IntelliJ IDEA)](https://blog.csdn.net/chengyuqiang/article/details/81038538)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *3* [idea创建spring项目后报错‘org.springframework.boot:spring-boot-starter-parent:2.7.3‘ not found](https://blog.csdn.net/zyw0101/article/details/126626837)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
Could not find artifact org.springframework.boot:spring-boot-starter-parent:xml:site_en:2.7.3 in alimaven
在您的引用内容中,找不到artifact org.springframework.boot:spring-boot-starter-parent:xml:site_en:2.7.3在alimaven中。这可能是因为该artifact在alimaven仓库中不存在或版本号不正确。请确保在您的pom.xml文件中正确配置了spring-boot-starter-parent的依赖项,并使用正确的版本号。您可以尝试更新版本号或更换仓库,以查找最新可用的artifact。
阅读全文