Spring Source Code First _ get the source code and convert the source to eclipse project

Source: Internet
Author: User
Tags jcenter

1. Download GitHub via http://gitforwindows.org/

2. Download via http://services.gradle.org/distributions/gradle;gardle similar to MAVEN project management

2.1, configure environment variables, check whether Gradle can load: gradle-version; Configuration method similar to configuration JDK

3. Download the Spring source code from the command worker GitHub: Git clone git://github.com/springsource/spring-framework.git

  Note: This command will download the latest spring source from GitHub, but as of December 27, 2017, Gradle's warehouse Jcenter has not fully included the latest spring source resources, So if compiling the latest spring with Gradle will pack all kinds of errors, the inclusion of a class can not be found in the Jcenter (I have this problem, modified the registry is not, and finally found to be such a problem). So it is recommended to pass

git clone-b 3.2.x https://github.com/spring-projects/ Spring-framework.git Download spring3.2 source code, of course, want to download other versions of the can also be via https://github.com/spring-projects/ Spring-framework on GitHub to find the spring source that exists


4、进入下载的spring源码的文件夹,执行gradle cleanidea eclipse命令,将spring源码转为eclipse工程

Spring Source Code First _ get the source code and convert the source to eclipse project

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.