栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

maven

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

maven

建立
maven_parent父项目
项目的packaging:
pom
Packaging为
pom
的项目,不用来开发java代码。用来声明整个系统中的所需要依赖的资源。
 
方便项目中依赖的统一管理。
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0 com.bjsxt.parent
maven_parent 0.0.1-SNAPSHOT pom 4.11
4.3.14.RELEASE
junit junit
${junit.version} test

org.springframework spring-beans
${spring.version}

1
 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/xsd/maven-4.0.0.xsd">
2
  4.0.0
3
  
com.bjsxt.parent groupId
>
4
  maven_parent
5
  0.0.1-SNAPSHOT version>
6
  pom
7
  
8
  
9
    
4.11
10
    
4.3.14.RELEASE
11
  

12
  
13
  
14
    

15
   
16
        junit
17
        junit
18
        ${junit.version}
19
        test
20
   

21
   
22
   
23 
org.springframework

24
spring-beans
25
${spring.version}

26
   

27
  

28

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/315364.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号