Spring、MyBatis和SpringMVC整合的jar包下载

spring mvc的jar包下载:http://repo.springsource.org/libs-release-local/org/springframework/spring/
我下载的5.0.4版本,5.0.4.RELEASE/下的spring-framework-5.0.4.RELEASE-dist.zip

commons-fileupload-1.3.3.jar:http://commons.apache.org/proper/commons-fileupload/
commons-io-2.6:http://commons.apache.org/proper/commons-io/
Apache log4j 2:http://logging.apache.org/log4j/2.x/download.html
mybatis:http://www.mybatis.org/mybatis-3/
mybatis-spring-1.3.2:https://github.com/mybatis/spring/releases
mysql-connector-java.jar:http://mvnrepository.com/artifact/mysql/mysql-connector-java
jstl-1.2.jar:http://mvnrepository.com/artifact/javax.servlet/jstl
aspectjweaver-1.8.10.jar:http://mvnrepository.com/artifact/org.aspectj/aspectjweaver

jackson相关包
jackson-annotations-2.8.0.jar:http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
jackson-core-2.8.1.jar:http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
jackson-databind-2.8.5.jar:http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind

mybatis在链接中进入project's Git,再进入mybatis-3根目录,浏览器滚动拉到底部,点击"Download Latest",找到对应的mybatis下载即可。
参考https://jingyan.baidu.com/article/19020a0a773e5c529d284200.html

另外在CSDN上整合了所有上述jar,也可以直接下载:https://download.csdn.net/download/sinat_14910693/10291428

最后授人以鱼不如授人以渔,这些jar包直接在http://mvnrepository.com上面找就可以。搜索需要的jar名称,找到对应的版本,直接下载对应的jar即可,若没有jar,可在view all中查找。也可在homepage的官网链接中去下载。

原文地址:https://www.cnblogs.com/zeroingToOne/p/8583300.html