idea maven配置
参考如下文章,完善本文章
https://blog.csdn.net/select_myname/article/details/126001164
进入maven包后,点击conf文件夹,里面有个settings.xml文件,这个就是我们需要进行添加阿里云镜像的maven配置文件。右键使用Notepad++打开(不建议使用记事本打开,因为记事本不方便查找)。
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>central</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>
欢迎来撩 : 汇总all