SpringMVC所需要包
一个最简单的Spring MVC应用所需要如下包:
1.spring-framework-3.0.1.RELEASE-A-with-docs.zip\spring-framework-3.0.1.RELEASE-A\dist下的:
org.springframework.beans-3.0.1.RELEASE-A.jar
org.springframework.context.support-3.0.1.RELEASE-A.jar
org.springframework.context-3.0.1.RELEASE-A.jar
org.springframework.core-3.0.1.RELEASE-A.jar
org.springframework.web.servlet-3.0.1.RELEASE-A.jar
org.springframework.asm-3.0.1.RELEASE-A.jar
org.springframework.expression-3.0.1.RELEASE-A.jar
org.springframework.web-3.0.1.RELEASE-A.jar
2.spring-framework-3.0.1.RELEASE-A-dependencies.zip\org.apache.commons\com.springsource.org.apache.commons.logging\1.1.1下的:
com.springsource.org.apache.commons.logging-1.1.1.jar
一个最简单的Spring MVC应用所需要如下包:
1.spring-framework-3.0.1.RELEASE-A-with-docs.zip\spring-framework-3.0.1.RELEASE-A\dist下的:
org.springframework.beans-3.0.1.RELEASE-A.jar
org.springframework.context.support-3.0.1.RELEASE-A.jar
org.springframework.context-3.0.1.RELEASE-A.jar
org.springframework.core-3.0.1.RELEASE-A.jar
org.springframework.web.servlet-3.0.1.RELEASE-A.jar
org.springframework.asm-3.0.1.RELEASE-A.jar
org.springframework.expression-3.0.1.RELEASE-A.jar
org.springframework.web-3.0.1.RELEASE-A.jar
2.spring-framework-3.0.1.RELEASE-A-dependencies.zip\org.apache.commons\com.springsource.org.apache.commons.logging\1.1.1下的:
com.springsource.org.apache.commons.logging-1.1.1.jar
本文介绍了构建一个基本的SpringMVC应用所需的依赖包清单,包括Spring框架的基础组件及第三方依赖,如commons logging等。
1898

被折叠的 条评论
为什么被折叠?



