spring-boot-maven-plugin爆红解决方案

<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

问题

已经在apache-maven-3.3.9\conf\settings.xml中配置过阿里云镜像

<mirror>
            <id>alimavenid>
            <name>aliyun mavenname>
            <url>http://maven.aliyun.com/nexus/content/groups/public/url>
            <mirrorOf>centralmirrorOf>
mirror>

spring-boot-maven-plugin插件还是下载不下来

解决

spring-boot-maven-plugin爆红解决方案_第1张图片
双击clean重新下载,得以解决

还有另一种解决方法可以参考:
https://blog.csdn.net/MVP_PhoeNix/article/details/84925399?utm_source=distribute.pc_relevant.none-task

你可能感兴趣的:(杂物箱)