January 2018
Intermediate to advanced
414 pages
10h 29m
English
Now that we have our tools ready, we should create our microservice, and we will use Spring Initializr as we have done in previous chapters.
We can start by visiting the URL: https://start.spring.io/:

We have chosen to create a Maven Project using Kotin and Spring Boot 2.0.0 M7. We choose the Group to be com.microservices and the Artifact to be chapter11. For Dependencies, we have set Web. 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 on our project. After a few minutes, our project will be ready ...
Read now
Unlock full access