Spring
下载源码
- 下载源码:
git clone
1
git clone https://gitee.com/mirrors/Spring-Framework.git
- 修改:
settings.gradle
1
maven { url 'https://maven.aliyun.com/repository/public' }
- 修改:
build.gradle
1
2maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'} - IDEA导入编译,耐心等待5H,建议晚上一直放着跑
1
2
3
4
5
6
7
8
9
10
11Download https://services.gradle.org/distributions/gradle-7.3-bin.zip finished, took 6 s 665 ms (115.76 MB)
Starting Gradle Daemon...
Gradle Daemon started in 1 s 536 ms
> Task :buildSrc:compileJava
.....
BUILD SUCCESSFUL in 5h 1m 24s
7 actionable tasks: 7 executed
> Task :prepareKotlinBuildScriptModel UP-TO-DATE
BUILD SUCCESSFUL in 2m 21s