https://github.com/spring-projects/spring-framework
我选择版本5.1.x
需要注意的是 gradle 版本不对可能会出现很多奇奇怪怪的错误
总之不对的话就重来吧
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
参考文档:
https://github.com/spring-projects/spring-framework/blob/master/import-into-idea.md
https://github.com/spring-projects/spring-framework/wiki/Build-from-Source
https://www.cnblogs.com/bingco/p/12082955.html
原文:https://www.cnblogs.com/mengjianzhou/p/12246288.html