Clone a github repository that contains some spring cloud services projects that will serve as our starting point.
-
Browse to https://github.com/eitansuez/spring-cloud-services-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-cloud-services-labs.git $ cd spring-cloud-services-labs
Optionally, import these projects into your IDE.
For STS, select spring-cloud-services-labs
directory. Make sure all projects are selected, and click Finish.