Bootstrap

Spring Boot创建项目后报错‘org.springframework.boot:spring-boot-starter-parent:2.2.1.RELEASE‘ not found

‘org.springframework.boot:spring-boot-starter-parent:2.2.1.RELEASE‘ not found

前情:Spring Boot创建项目后报错

解决方案:

方法一:pom.xml中添加镜像依赖

<repositories>
    <repository>
        <id>public</id>
        <name>aliyun nexus</name>
        <url>http://maven.aliyun.com/nexus/content/groups
;