更新依赖项版本后,出现以下错误: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>
此代码有什么问题?