The Spring Framework repository has moved to http://github.com/SpringSource/spring-framework.
See the readme there for details on working with Git, building the framework, etc.
Note that svn-based access is still available via GitHub's support for Subversion clients, e.g.:
$ svn checkout https://github.com/SpringSource/spring-framework
See https://github.com/blog/966-improved-subversion-client-support for more details.
如上官方文档,spring源码以及文档说明已迁移到github上,并且提供SVN地址供大家参考,希望对想深入理解spring原理的人有所帮助。
我学习的是spring3.2.x版本,近期会将总结的spring的原理以及主要功能和实现进行详细的介绍。