下载spring-framework源码
Springsource在github上维护源码。https://github.com/SpringSource/spring-framework
日期:2014-05-20 浏览次数:21142 次
Springsource在github上维护源码。https://github.com/SpringSource/spring-framework
*本文使用spring-framework-3.2.*源码。
检查网络环境,如果使用代理上网,需要配置代理信息:
Windows用户打开gradlew.bat。linux用户打开gradlew.sh。
增加代理配置:
set JAVA_OPTS=-Dhttp.proxyHost=代理服务器host -Dhttp.proxyPort=代理服务器port
?
*检查JDK,Spring 3.2.*需要JDK 7。
?
?
Windows用户执行import-into-eclipse.bat。Linux用户执行import-into-eclipse.sh
如果需要详细日志信息,可以加上参数--log或者--debug。如果安装报错可以加上--stacktrace。
?
如果一切顺利,一路回车,直到第二步提示信息出现。此时spring已经编译完毕,eclipse的meta信息也都准备好了。按照提示信息,导入已有工程的方式导入spring源码。
?
?
?
?