idea配置maven倉庫

配置:php

https://www.cnblogs.com/sword-successful/p/6408281.htmlhtml

https://www.cnblogs.com/phpdragon/p/7216626.html網絡


 

具體要配置的時候再去百度啦koa

 

中央倉庫地址整理:https://blog.csdn.net/win7system/article/details/51260282maven


 

最近作項目的時候,一直髮現經常使用的oschina maven源一直都沒有反應,後面發現原來oschina居然關閉了maven源服務,後面經同事推薦了阿里雲的maven源,這速度槓槓的工具

Maven 中央倉庫地址:阿里雲

一、http://www.sonatype.org/nexus/  私服nexus工具使用
二、http://mvnrepository.com/ (推薦)url

三、http://repo1.maven.org/maven2.net

四、http://maven.aliyun.com/nexus/content/groups/public/  阿里雲  (強力推薦)代理

五、http://repo2.maven.org/maven2/ 私服nexus工具使用

六、http://uk.maven.org/maven2/

七、http://repository.jboss.org/nexus/content/groups/public

八、http://maven.oschina.net/content/groups/public/  oschina惋惜啦,之前一直用這個,不過如今有阿里雲來擦屁股啦

九、http://mirrors.ibiblio.org/maven2/

十、http://maven.antelink.com/content/repositories/central/

十一、http://nexus.openkoala.org/nexus/content/groups/Koala-release/

十二、http://maven.tmatesoft.com/content/groups/public/

其實,國內maven鏡像雖然快,可是更新比較慢,國外的倉庫因爲國內網絡的緣由,下載簡直不能忍,可是更新很快,能夠根據自身的狀況選擇,有些人會花些錢開代理訪問外網比較快,建議使用原裝。下面是maven庫配置

<mirror>
<id>oschina-repo</id>
<name>開源中國鏡像</name>
<mirrorOf>central</mirrorOf>
<url>能夠根據本身的網絡狀況選填上面的url</url>
</mirror>

其實無論是配置哪一個地址,我的以爲仍是建立一個私人nexus倉庫比較好~ 這樣團隊可以分享,也不用過多的下載版本

相關文章
相關標籤/搜索