Spring之hello world(Spring入门)
https://www.cnblogs.com/biehongli/p/6538669.html
http://c.biancheng.net/view/4251.html (先做这个练习)
https://www.cnblogs.com/xxxuwentao/p/9583392.html (做完上面练习后 讲解Spring)
https://www.cnblogs.com/wmyskxz/p/8820371.html 很经典
https://how2j.cn/k/spring/spring-ioc-di/87.html 实例很不错
https://jingyan.baidu.com/album/7f766daf4e39844101e1d034.html?picindex=1 Junit使用
http://c.biancheng.net/view/4060.html struts2入门案例
留作工作学习使用
现在Spring官网已经很难找到完整包的下载地址,都已经迁移到Maven上,这给不能用Maven或者不愿用Maven的各位带来了不小的麻烦。
经过挖掘,找到了下载3.2之后各个版本完整包的下载地址,供各位享用:
http://repo.spring.io/libs-release-local/org/springframework/spring/
或者:
http://maven.springframework.org/release/org/springframework/spring/
或者:
http://repo.spring.io/simple/libs-release-local/org/springframework/spring/
也可以转到上级目录,就可以找到Spring各个子项目,各个模块的下载地址,非常方便!
http://www.tianmaying.com/tutorial/spring-boot-overview
Spring Boot——开发新一代Spring Java应用
https://struts.apache.org/download.cgi#struts2522 struts官网包下载
https://blog.csdn.net/java00123/article/details/81774654 hibernate官网包下载
https://sourceforge.net/projects/hibernate/files/hibernate3/ hibernate3官网包下载