找不到Maven父项依赖项

时间:2020-07-16 12:18:19

标签: java maven

更新依赖项版本后,出现以下错误:Project 'org.springframework.boot:spring-boot-starter-parent:2.3.1.RELEASE' not found。这是我的代码:

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.3.1.RELEASE</version>
    <relativePath/> <!-- lookup parent from repository -->
</parent>

此代码有什么问题?

0 个答案:

没有答案