亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

淺談Maven的安裝及修改為阿里云下載依賴

發布時間:2020-08-30 05:32:28 來源:腳本之家 閱讀:134 作者:jingxian 欄目:編程語言

使用JAVA工程管理越來越多的jar包,擔心導錯了,多導了,漏導了怎么辦?

換一個IDE項目后項目會不會出一堆BUG,看的頭皮發麻?

自己寫的代碼放在別人的機器上運行會不會出問題?

Maven的強大毋庸置疑,當使用Maven后以上這些都不是問題,但是配置maven是一件耐心的事情,基本步驟總結如下:

一、下載

http://maven.apache.org/download.cgi

也可以直接在eclipse工具中下載,點擊eclipse菜單欄Help->Eclipse Marketplace搜索關鍵字maven到插件Maven Integration for Eclipse 并點擊安裝即可

架構Maven工作環境(配置環境變量)
新建:MAVEN_HOME
路徑(例如):D:\360Downloads\tools\marven3.5\apache-maven-3.5.0
添加到path配置文件中:;%MAVEN_HOME%\bin;

二、配置好后驗證

輸入mvn -version
成功后會有如以下提示:

Microsoft Windows [版本 6.1.7601]
版權所有 (c) 2009 Microsoft Corporation。保留所有權利。

C:\Users\Administrator>mvn -version
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T03:39:0
6+08:00)
Maven home: D:\360Downloads\tools\marven3.5\apache-maven-3.5.0-bin\apache-maven-
3.5.0\bin\..
Java version: 1.8.0_121, vendor: Oracle Corporation
Java home: D:\Program Files\Java\jdk1.8.0_121\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

三、修改默認下載地址,默認下載地址在C盤中如下:

C:\Users\Administrator\.m2
建議換一個地址,防止系統變慢,重裝系統也不會影響。
如:D:\eee\1701javaee_2\maveninport_aliyun\.m2

四、將安裝路徑下的apache-maven-3.5.0\conf\settings.xml文件復制一份到新地址的.m2目錄下面(與repository在同一目錄)。

五、打開eclipse將Maven工程添加到eclipse工具中。

window->preferences->maven->installations->add->maven安裝路徑。

六、打開settings.xml,修改如下2個地方的內容:

1、此處為存放下載依賴存放地方,在文件第53行:

原始文件:

<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
-->

修改后的文件:

<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
-->
<localRepository>D:\eee\1701javaee_2\maveninport_aliyun\.m2\repository</localRepository>
 

2、此處為修改為從阿里云服務器上下載依賴,強烈建議更換,下載速度會快很多,在文件第160行

原始文件:

<mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The repository that
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
</mirrors>

修改后的文件:

<mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The repository that
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
<!-- 阿里云鏡像 下載配置 -->
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

</mirrors>

完成后重啟eclipse.

以上這篇淺談Maven的安裝及修改為阿里云下載依賴就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

凤庆县| 彩票| 德安县| 阳朔县| 金湖县| 佛冈县| 南乐县| 海伦市| 壤塘县| 延吉市| 武川县| 枣阳市| 宁波市| 罗定市| 琼结县| 阳原县| 老河口市| 菏泽市| 通江县| 贵南县| 济源市| 垦利县| 彭山县| 西充县| 丰顺县| 沾化县| 安阳县| 沂南县| 呼伦贝尔市| 富平县| 旬阳县| 红安县| 呼玛县| 汉源县| 汪清县| SHOW| 舞阳县| 朝阳区| 长葛市| 甘泉县| 鲁山县|