2019-02-18

初学SpringMVC+hibernate需要的jar包

网上搜到的springMVC+hibernate所需jar包感觉很有用就保存一下

1.要导入的JAR文件

必须的

org.springframework.aop-4.3.2.RELEASE.jar

org.springframework.asm-4.3.2.RELEASE.jar

org.springframework.beans-4.3.2.RELEASE.jar

org.springframework.context-4.3.2.RELEASE.jar

org.springframework.core-4.3.2.RELEASE.jar

org.springframework.expression-4.3.2.RELEASE.jar

数据访问

org.springframework.jdbc-4.3.2.RELEASE.jar

org.springframework.orm-4.3.2.RELEASE.jar

org.springframework.transaction-4.3.2.RELEASE.jar

测试

org.springframework.test-4.3.2.RELEASE.jar

com.springsource.org.junit-4.7.0.jar

WEB

org.springframework.web-4.3.2.RELEASE.jar

org.springframework.web.servlet-4.3.2.RELEASE.jar

JSTL标签

com.springsource.javax.servlet.jsp.jstl-1.1.2.jar

com.springsource.org.apache.taglibs.standard-1.1.2.jar

AOP//日志记录

com.springsource.org.aopalliance-1.0.0.jar

com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar

日志

com.springsource.org.apache.commons.logging-1.1.1.jar

com.springsource.org.apache.log4j-1.2.15.jar

文件上传

commons-fileupload-1.3.2.jar

com.springsource.org.apache.commons.fileupload-1.2.0.jar

com.springsource.org.apache.commons.io-1.4.0.jar

你可能感兴趣的:(2019-02-18)