打開項目所配置的maven包下conf目錄下的settings.xmlmaven
找到 <mirrors>標籤添加一下內容:ide
1 <!-- 阿里雲倉庫 --> 2 <mirror> 3 <id>alimaven</id> 4 <mirrorOf>central</mirrorOf> 5 <name>aliyun maven</name> 6 <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> 7 </mirror> 8 9 <!-- 中央倉庫1 --> 10 <mirror> 11 <id>repo1</id> 12 <mirrorOf>central</mirrorOf> 13 <name>Human Readable Name for this Mirror.</name> 14 <url>http://repo1.maven.org/maven2/</url> 15 </mirror> 16 17 <!-- 中央倉庫2 --> 18 <mirror> 19 <id>repo2</id> 20 <mirrorOf>central</mirrorOf> 21 <name>Human Readable Name for this Mirror.</name> 22 <url>http://repo2.maven.org/maven2/</url> 23 </mirror>
重啓以後試一試下載的速度工具
找到settings.xml中的<localRepository>節點,修改成你的只定義路徑。如圖所示:this
若是是idea工具,可直接設置阿里雲