SpringMVC4.0.0需要的Jar包

SpringMVC4.0.0需要的Jar包:

commons-logging-1.1.1.jar
spring-aop-4.0.0.RELEASE.jar
spring-beans-4.0.0.RELEASE.jar
spring-context-4.0.0.RELEASE.jar
spring-core-4.0.0.RELEASE.jar
spring-expression-4.0.0.RELEASE.jar
spring-web-4.0.0.RELEASE.jar
spring-webmvc-4.0.0.RELEASE.jar


maven依赖配置:


  commons-logging
  commons-logging
  1.1.1


  org.springframework
  spring-aop
  4.0.6.RELEASE


  org.springframework
  spring-beans
  4.0.6.RELEASE


  org.springframework
  spring-context
  4.0.6.RELEASE


  org.springframework
  spring-core
  4.0.6.RELEASE


  org.springframework
  spring-expression
  4.0.6.RELEASE


  org.springframework
  spring-web
  4.0.6.RELEASE


  org.springframework
  spring-webmvc
  4.0.6.RELEASE



你可能感兴趣的:(SpringMVC学习总结)