January 2018
Intermediate to advanced
414 pages
10h 29m
English
For setting up our project we will use Spring Initializr, so let's visit 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 as chapter5. For Dependencies, we have set Reactive Web and Reactive MongoDB.
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 some minutes, our project will be ready and we can Open the Maven window to see the different lifecycle ...
Read now
Unlock full access