Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.7.14.RELEASE in nexus-aliyun
时间: 2023-08-24 22:09:43 浏览: 168
回答: 当在maven项目中导入SpringBoot或创建SpringBoot项目时,可能会遇到找不到父级依赖的spring-boot-starter-parent的错误提示。这个问题通常出现在以下场景中。[1]错误提示中可能会显示类似于"Project 'org.springframework.boot:spring-boot-starter-parent:x.x.x' not found"或"Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom"。解决这个问题的方法是检查你的maven配置文件,确保你的maven仓库中有正确的spring-boot-starter-parent版本。如果你使用的是阿里云的maven仓库,可能会遇到类似于"PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"的错误提示。这个问题可以通过更新你的maven配置文件,添加正确的证书路径来解决。[2]
解决了第一个问题后,可能会出现第二个问题。错误提示可能包括以下内容:"Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.7.5 in central"、"Cannot resolve symbol 'SpringBootApplication'"和"Cannot resolve symbol 'SpringApplication'"。这些错误提示表明你的项目无法找到相应的依赖或无法解析相应的符号。解决这个问题的方法是检查你的maven配置文件,确保你的maven仓库中有正确的spring-boot-starter-parent版本。同时,还需要检查你的项目中是否正确引入了相应的依赖。[3]
阅读全文