我想从https://github.com/SpringSource/spring-framework下载spring源代码,我已经在本地的Windows Vista机器上安装了Git。如何在eclipse项目中下载和设置。
发布于 2012-10-23 01:53:17
查看spring框架存储库中的readme,了解如何构建项目并将其导入eclipse。
如果您使用eclipse的EGit插件,您应该能够从eclipse中克隆spring框架存储库,并将其设置为一个新项目。
发布于 2012-10-23 01:51:18
可以直接从https://nodeload.github.com/SpringSource/spring-framework/zipball/master以压缩文件的形式下载它,也可以通过命令行(git clone git://github.com/SpringSource/spring-framework.git)使用git clone。
https://stackoverflow.com/questions/13016869
复制相似问题