Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.7.15.RELEASE in nexus-aliyun
时间: 2023-11-01 07:51:16 浏览: 241
pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar.zip
在您的问题中,引用[1]提到了一个错误信息,即找不到Spring Boot Starter Parent的特定版本。引用中提到了手动更改pom.xml文件中Spring Boot Starter Parent的版本号的方法。引用则涉及到Maven引入Hive的jar包时出现依赖报错的问题。
所以,针对您的问题,如果在nexus-aliyun仓库中找不到org.springframework.boot:spring-boot-starter-parent:pom:2.7.15.RELEASE的版本,您可以尝试手动更改您的pom.xml文件中Spring Boot Starter Parent的版本号为可用的版本,比如2.3.4。这样可能有助于解决您遇到的问题。请将以下代码添加到您的pom.xml文件中的<parent>标签中:
```
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4</version>
```
这样,您的项目将使用2.3.4版本的Spring Boot Starter Parent。希望这可以帮助您解决问题。
阅读全文