如何在Maven中配置Spring依赖

如题所述

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.0.9.RELEASE</version>
</dependency>
mvnrepository.com
到上面的地址去搜就能得到对应的pom配置了。
温馨提示:内容为网友见解,仅供参考
第1个回答  2017-03-22
在Maven中Spring的基础配置 Spring是高度模块化的,可以单独使用Spring的某个库而不需要依赖Spring的其他库。
相似回答
大家正在搜