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的官網鏈接中去下載。