换了一台电脑,重新进行idea安装配置。然后打开原来的项目结果引入spring-boot-maven-plugin出现爆红,而且spring-boot-starter-parent也不能引入。
1.检查环境配置,主要是settings.xml此文件配置情况是否正确,是否加入阿里云镜像。最好用idea工具打开检查一下是否规范,此次我的问题就出在settings.xml报错了(网上随意复制粘贴了一个)。settings.xml配置文件以及idea工具打开查看的方式如下所示。
<&#63;xml version="1.0" encoding="UTF-8"&#63;>alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central uk Human Readable Name for this Mirror. http://uk.maven.org/maven2/ central nexus internal nexus repository http://repo.maven.apache.org/maven2 central downloadSources true true downloadSources
2.检查代码是否出错,加上具体版本号。
参考:https://blog.csdn.net/weixin_41988224/article/details/104388981
到此这篇关于spring-boot-maven-plugin引入出现爆红(已解决)的文章就介绍到这了,更多相关spring-boot-maven-plugin爆红内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!