相关疑难解决方法(0)

Maven BOM [物料清单]依赖性

我不明白bom对象的目的是什么?我正在使用Spring 3.2.8版本和JBoss服务器,所以我需要使用哪个bom依赖?当我在pom.xml中提到以下依赖项时:

<dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-framework-bom</artifactId>
            <version>4.0.1.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
</dependency>
Run Code Online (Sandbox Code Playgroud)

jar文件是否会下载到我的Maven依赖项中?

java spring dependencies pom.xml maven

19
推荐指数
1
解决办法
1万
查看次数

标签 统计

dependencies ×1

java ×1

maven ×1

pom.xml ×1

spring ×1