这里是一个简单能在web中实现最基本的依赖注入所需的jar包: 
org.springframework.asm-3.0.5.RELEASE.jar
org.springframework.beans-3.0.5.RELEASE.jar
org.springframework.context-3.0.5.RELEASE.jar
org.springframework.core-3.0.5.RELEASE.jar
org.springframework.expression-3.0.5.RELEASE.jar
org.springframework.web-3.0.5.RELEASE.jar
commons-logging-1.1.1.jar
其中commons-logging-1.1.1.jar 是spring的依赖包.

 

以上是一个不含spring-jdbc数据库管理的合集, 如果要用spring的持久层,还需要:
org.springframework.jdbc-3.0.5.RELEASE.jar
org.springframework.transaction-3.0.5.RELEASE.jar
commons-dbcp-1.3.jar   
commons.pool-1.5.3.jar

相关文章:

  • 2021-05-25
  • 2021-10-29
  • 2021-07-26
  • 2021-12-23
  • 2021-12-18
  • 2021-08-01
  • 2022-01-09
  • 2021-11-12
猜你喜欢
  • 2021-10-10
  • 2021-08-01
  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
相关资源
相似解决方案