刚开始创建Spring boot项目时,pom.xml文件时报如下图错误:

创建Spring boot project报错:Project build error: Non-resolvable parent POM for xxx:0.0.1-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent

在网上百度的说让更新下Maven的update project,我试了没用,最后将version版本改了就行了,我原来版本是2.0.1RELEASE,改成了1.5.6.RELEASE就可以了。

创建Spring boot project报错:Project build error: Non-resolvable parent POM for xxx:0.0.1-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent

 

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-10-04
  • 2021-08-18
  • 2022-12-23
  • 2021-06-16
猜你喜欢
  • 2021-09-24
  • 2021-05-13
  • 2021-04-01
  • 2021-08-22
  • 2021-10-27
  • 2022-01-11
  • 2021-08-02
相关资源
相似解决方案