1、settings.xml文件配置错误(方法一)
找到我们maven安装路径,在conf文件夹下找到settings.xml文件使用记事本打开
(1) 找到<localRepository></localRepository>标签,查看repository路径是否正确
(2)找到<mirror></mirror>标签,查看阿里云镜像是否添加
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
2、远程下载Maven环境失败造(方法二)
(1)在maven中打开settings
(2)手动添加maven
(3)添加完成后Build Project即可
小伙伴们记得点赞收藏哦!!!嘻嘻