91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

詳解Maven環境的搭建與idea配置

發布時間:2020-09-04 16:39:41 來源:腳本之家 閱讀:191 作者:xxb2008 欄目:編程語言

本文主要介紹了Maven環境的搭建與idea配置,分享給大家,具體如下:

Maven 下載: http://maven.apache.org/download.cgi

Maven 中央倉庫地址:http://search.maven.org

配置maven環境變量

M2_HOME:D:\workspace\maven\apache-maven-3.0.5

Path:;%M2_HOME%/bin;

檢查是否成功,打開CMD:

Mvn -v

mvn install 會將項目生成的構件安裝到本地Maven倉庫

mvn deploy 用來將項目生成的構件分發到遠程Maven倉庫

D:\>mvn archetype:generate:在D:盤構建maven標準項目目錄結構

2、settings.xml文件配置

2.0修改本地倉庫位置

M2_home目錄下 conf/settings.xml

<localRepository>D:/workspace/maven/stone</localRepository> 

2.1如何配置遠程倉庫(私服): (nexus-2.0.4-1-bundle)

<profiles> 
  <profile> 
    <id>nexus</id> 
    <repositories><!--配置遠程倉庫--> 
      <repository> 
        <id>nexus</id> 
        <name>Central Repository</name> 
        <url>http://127.0.0.1/nexus/content/groups/public</url> 
        <releases> 
          <enabled>true</enabled> 
        </releases> 
        <snapshots> 
          <enabled>false</enabled><!----> 
        </snapshots> 
      </repository> 
    </repositories> 
    <pluginRepositories><!--配置Maven從什么地方下載插件構件--> 
      <pluginRepository> 
        <id>nexus</id> 
        <name>Central Repository</name> 
        <url>http://127.0.0.1/nexus/content/groups/public</url> 
        <releases> 
          <enabled>true</enabled> 
        </releases> 
        <snapshots> 
          <enabled>false</enabled> 
        </snapshots> 
      </pluginRepository> 
    </pluginRepositories> 
  </profile> 
</profiles> 
 
<activeProfiles><!--激活 遠程倉庫--> 
    <activeProfile>nexus</activeProfile> 
</activeProfiles> 

2.2還可以配置倉庫的鏡像下載

<mirrors> 
<mirror><!--配置鏡像--> 
  <id>nexus</id> 
  <mirrorOf>*</mirrorOf> 
  <url>http://127.0.0.1/nexus/content/groups/public</url> 
</mirror> 
</mirrors> 

3、pom.xml文件配置依賴

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 
  <modelVersion>4.0.0</modelVersion> 
  <groupId>xu.feifei</groupId> 
  <artifactId>feifei</artifactId> 
  <packaging>war</packaging> 
  <version>1.0</version> 
 
  <dependencies> 
 
    <dependency> 
      <groupId>junit</groupId> 
      <artifactId>junit</artifactId> 
      <version>3.8.1</version> 
      <scope>test</scope> 
    </dependency> 
    <dependency> 
      <groupId>org.json</groupId> 
      <artifactId>json</artifactId> 
      <version>20090211</version> 
    </dependency> 
 
  </dependencies> 
 
  <build> 
    <finalName>feifei</finalName> 
  </build> 
   
</project> 

二、IDEA的搭建Maven相關配置

詳解Maven環境的搭建與idea配置.

詳解Maven環境的搭建與idea配置

maven項目的包結構

詳解Maven環境的搭建與idea配置

設置maven自動導包

詳解Maven環境的搭建與idea配置

詳解Maven環境的搭建與idea配置

詳解Maven環境的搭建與idea配置

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

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

AI

武胜县| 台北市| 萨嘎县| 元朗区| 余庆县| 怀远县| 建宁县| 望奎县| 丹巴县| 济宁市| 万载县| 怀远县| 兴仁县| 互助| 新源县| 百色市| 西华县| 崇仁县| 正宁县| 开原市| 嘉鱼县| 洛隆县| 临夏市| 灵台县| 连南| 申扎县| 孝感市| 揭西县| 洞头县| 勃利县| 临洮县| 宁德市| 静乐县| 青神县| 阿拉善左旗| 麻栗坡县| 大冶市| 灵台县| 鄂伦春自治旗| 彩票| 满城县|