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.
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.
git clone https://github.com/geekxingyun/spring-boot-best-practices-sample.git
run the command as below:
mvn clean package