September 2019
Intermediate to advanced
668 pages
15h 59m
English
To get started with developing our microservices, we will use a tool called Spring Initializr to generate skeleton code for us. It can either be invoked from a web browser using the https://start.spring.io/ URL or by a command-line tool, spring init. To make it easier to reproduce the creation of the microservices, we will use the command-line tool.
For each microservice, we will create a Spring Boot project which does the following: