January 2018
Intermediate to advanced
414 pages
10h 29m
English
In order to create a microservice, we will use Spring Initializr, as we have been doing in previous chapters.
We can start by visiting the URL: https://start.spring.io/:

We have chosen to create a Maven Project using Kotlin and Spring Boot 2.0.0 M7. We chose the Group to be com.Microservices and the Artifact to be chapter08. For Dependencies, we have set 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, our project will be ready and we can open the
Read now
Unlock full access