java jar spring,hibernate,struts 下载
1.Spring JAR
Spring的JAR包很不好找位置;还老是变
直接浏览器链接http://repo.spring.io
最后一层链接直接访问去下载就OK:
2.Hibernate JAR
Hibernate3 JAR包下载地址
较新版本的Hibenrate
点击左侧导航栏的Downloads
3.Struts2 JAR
转至http://struts.apache.org/点击Download,最上面为最新的稳定版本,下面有以前的历史版本;
4.Commons包(我们常用的有commons.lang,commons.io,commons.logging)
下载地址:http://commons.apache.org/,选择左边导航的RELEASES,根据自己要下载的包下载对应插件的JAR包
4.spring-security JAR
http://repo.spring.io/libs-release-local/org/springframework/security/spring-security/4.2.0.RELEASE/
Junit学习参考:http://blog.csdn.net/andycpp/article/details/1327147共3篇
Hibernate学习参考:http://blog.csdn.net/tanyit/article/details/6987279#_Toc251597120,内容好不好且不论,但至少能知道Hibernate知识体系包含的内容;