Build the JAR package used by the Spring MVC project

  • spring-aop-3.2.2.jar aspect-oriented programming

  • spring-aspects-3.2.2.jar provides support for AspectJ so that aspect-oriented functions can be easily integrated into the IDE

  • spring-beans-3.2.2.jar core. Access configuration files, create and manage beans, and perform all classes related to IoC/DI operations.

  • spring-context-3.2.2.jar provides a large number of extensions to the Spring core.

  • spring-context-support-3.2.2.jar

  • spring-core-3.2.2.jar The basic core tools of the Spring framework. Externally depends on Commons Logging.

  • Spring-expression-3.2.2.jar configuration object injection, it is SpEL (Spring Expression Language)

  • spring-web-3.2.2.jar Web application development, the core classes needed when using the Spring framework

  • spring-webmvc-3.2.2.jar All classes related to the Spring MVC framework. Including framework Servlets, Web MVC framework, controller and view support.

  • com.springsource.org.apache.commons.logging-1.1.1.jar 日志

  • com.springsource.org.aopalliance-1.0.0.jar AOP Alliance API package, which contains the interface for aspect-oriented.

Guess you like

Origin blog.csdn.net/thebigdipperbdx/article/details/113123329