January 2018
Intermediate to advanced
414 pages
10h 29m
English
In order to create a Cloud-Native microservice, we will use Spring Initializr as we have been doing 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 chapter06-microservice. For Dependencies, we have set Config Client and Web.
Now we can click Generate Project to download it as a ZIP file. After we unzip it, we can open it with IntelliJ IDEA to start working on our project.
After a few minutes, ...
Read now
Unlock full access