SSM三大框架整合所需jar包+日志/缓存/验证码/ajax/数据校验全部jar包

SSM整合

1.导包
1)Spring

 【AOP核心】
 com.springsource.net.sf.cglib-2.2.0.jar
 com.springsource.org.aopalliance-1.0.0.jar
 com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
 spring-aspects-4.0.0.RELEASE.jar

 【IOC核心】
 commons-logging-1.1.3.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

 【jdbc核心】
 spring-jdbc-4.0.0.RELEASE.jar
 spring-orm-4.0.0.RELEASE.jar
 spring-tx-4.0.0.RELEASE.jar

 【测试】
 spring-test-4.0.0.RELEASE.jar

2)SpringMVC

 【上传下载】
 commons-fileupload-1.2.1.jar
 commons.io_2.0.1.jar

 【jstl-jsp标准标签库】
 taglibs-standard-jstlel-1.2.5.jar    
 【springMVC核心】
 spring-web-4.0.0.RELEASE.jar
 spring-webmvc-4.0.0.RELEASE.jar

 【数据校验】
 hibernate-validator-5.0.0.cr2.jar
 hibernate-validator-annotation-processor-5.0.0.cr2.jar
 classmate-0.8.0.jar
 jboss-logging-3.1.1.GA.jar
 validation-api-1.1.0.cr1.jar

 【ajax】
 jackson-annotations-2.1.5.jar
 jackson-core-2.1.5.jar
 jackson-databind-2.1.5.jar
 【验证码】
 kaptcha-2.3.2.jar

3)mybatis

 【mybatis核心】
 mybatis-3.4.1.jar

 【ehcache整合】
 mybatis-ehcache-1.0.3.jar
 ehcache-core-2.6.8.jar
 log4j-1.2.17.jar
 slf4j-api-1.7.21.jar
 slf4j-log4j12-1.7.21.jar  

4)其他

【数据源 驱动】
 c3p0-0.9.5.4.jar
 mysql-connector-java-8.0.18.jar        

下载地址

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章