源码下载
官网下载(下载太慢):
https://github.com/spring-projects/spring-framework/archive/v5.0.2.RELEASE.zip
码云下载:
https://gitee.com/mirrors/Spring-Framework/tree/v5.0.2.RELEASE/
Gradle的源码构建
Gradle下载地址
https://downloads.gradle-dn.com/distributions/
版本看spring源码目录下gradlew.bat
配置环境变量
测试
gradle -v
编译源码
#cmd执行进行编译
gradlew.bat
#执行该命令转为eclipse项目
import-into-eclipse.bat