maven项目在pom.xml添加springmvc的依赖

maven项目在pom.xml添加springmvc的依赖:


org.springframework
spring-core
4.1.3.RELEASE


org.springframework
spring-context
4.1.3.RELEASE


org.springframework
spring-webmvc
4.1.3.RELEASE


org.springframework
spring-web
4.1.3.RELEASE


org.springframework
spring-orm
3.2.4.RELEASE


org.springframework
spring-beans
4.1.3.RELEASE


org.springframework
spring-aop
4.1.3.RELEASE

你可能感兴趣的:(maven)