IDEA 倒入maven项目下载很慢
Posted happyfresher
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA 倒入maven项目下载很慢相关的知识,希望对你有一定的参考价值。
1.找到安装maven的路径
2.直接搜索settings.xml文件
<mirror> <!--This sends everything else to /public --> <id>nexus</id> <mirrorOf>*</mirrorOf> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </mirror> <mirror> <!--This is used to direct the public snapshots repo in the profile below over to a different nexus group --> <id>nexus-public-snapshots</id> <mirrorOf>public-snapshots</mirrorOf> <url>http://maven.aliyun.com/nexus/content/repositories/snapshots/</url> </mirror>
镜像仓库缓存阿里的,速度立马飙上去了
以上是关于IDEA 倒入maven项目下载很慢的主要内容,如果未能解决你的问题,请参考以下文章
Could not create local repository at /home/yizhenn/.mIDEA倒入maven项目无法导报问题
iOS版本intellij idea新建maven项目,显示loading archetype list,加载archetype很慢
IntelliJ IDEA 创建 hello world Java web Maven项目