spring 源代码地址


spring的源代码地址发生了更改,以前的地址是 https://src.springframework.org/svn/spring-framework/。但现在spring的代码开始使用Git进行管理,新的源代码地址为:https://github.com/SpringSource/spring-framework

因为 GitHub 同样支持svn的客户端,因而仍然可以使用svn的命令进行代码checkout。
 
附官方解释:
 
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.


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM