January 2018
Intermediate to advanced
414 pages
10h 29m
English
Now that we have a clear understanding of monitoring, let's create a microservice that will eventually fail. To create our microservice, we will use Spring Initializr as we have done in previous chapters.
We can start by visiting: https://start.spring.io/.

We have chosen to create a Maven Project using Kotlin and Spring Boot 2.0.0 M7 we choose the Group to be com.microservices and the Artifact to be chapter10. For Dependencies, we have set Web and Actuator. Now, we can click on Generate Project to download it as a ZIP file and after we unzip it, we can open it with IntelliJ IDEA to start working ...
Read now
Unlock full access