Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 689 Bytes

This document describes how to build the open source project from the command line and how to import the Spring Framework projects into an IDE.

1.1 Before You Start

To build you will need Git and JDK 8 update 60 or later. Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

1.2 Get the Source Code

git clone https://github.com/geekxingyun/spring-boot-best-practices-sample.git

1.3 go into a project fodler which have a pom.xml

run the command as below:

mvn clean package