spring5.X源码构建

第一种方式,按照官方构建,地址见:https://github.com/spring-projects/spring-framework/wiki/Build-from-Source

这种方式需要安装GIt和gradle(下载地址:https://gradle.org/releases/)

第二种:eclipse构建

源码地址:https://github.com/spring-projects/spring-framework.git

eclipse中切换到git视图,选择clone资源库


spring5.X源码构建_第1张图片



错误解决方法:
 GroovyDynamicElementReader cannot be resolved to a type 报这个错,需要安装groovy插件
eclipse的groovy插件
https://github.com/groovy/groovy-eclipse/wiki






The type java.util.concurrent.Flow$Publisher cannot be resolved. It is indirectly referenced from required .class files

注意,我默认使用的是spring master分支,需要jdk9. 大家可以下载4.x,使用jdk8即可

如果非要看spring 5的源码,idea新版支持jdk9, eclipse版本如果不支持需要安装插件:http://www.eclipse.org/community/eclipse_newsletter/2015/june/article4.php

你可能感兴趣的:(spring5.X源码构建)