Start by cloning a github repository that contains some spring boot projects that will serve as our starting point.
-
Browse to https://github.com/eitansuez/spring-boot-labs
-
Copy the Clone with HTTPS url to your clipboard and clone these projects to a working directory:
$ cd <your-working-directory> $ git clone https://github.com/eitansuez/spring-boot-labs.git $ cd spring-boot-labs
Optionally, import these projects into your IDE.
For STS, select spring-boot-labs
directory. Make sure all projects are selected, and click Finish.