spring源代码

spring的源代码托管在github上,在这儿:https://github.com/SpringSource/spring-framework

check out sources

git clone git://github.com/SpringSource/spring-framework.git

compile and test, build all jars, distribution zips and docs

./gradlew build

install all spring-* jars into your local Maven cache

./gradlew install

import sources into your IDE

Run ./import-into-eclipse.sh or read import-into-idea.md as appropriate.

... and discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

 

posted @ 2012-09-15 20:10  松柏长青  阅读(201)  评论(0)    收藏  举报