spring源码研究1
Posted 莫大人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring源码研究1相关的知识,希望对你有一定的参考价值。
环境 jdk8 windows8
1.下载源码
https://github.com/spring-projects/spring-framework
2.编译为eclipse项目
源码下载无法直接导入eclipse,需要编译为eclipse项目。
进入源码目录下,执行 import-into-eclipse.bat
3.安装插件 groovy
导入eclipse发现还是有地方报错找不到 GroovyDynamicElementReader
需要安装一个eclipse的groovy插件
在eclipse的 Help -> Install New Software 中,添加groovy的下载连接:
http://dist.springsource.org/milestone/GRECLIPSE/e4.4/
下载完后,重启eclipse,然后clean,项目完整不报错了。
以上是关于spring源码研究1的主要内容,如果未能解决你的问题,请参考以下文章