January 2018
Intermediate to advanced
414 pages
10h 29m
English
For creating our controller, we will start generating a new Spring Boot Application using Spring Initializr, visiting the website: https://start.spring.io/.
To create a new project, we will choose Maven project with Kotlin and Spring Boot 2.0.0 M7. in Spring Initializr. For the project metadata, we will set a Group com.microservices, and Artifact chapter3, and as Dependencies, we will include Web.
Now, we will unzip the generated project and open it with IntelliJ IDEA. In the Project window, we will right-click in our package, com.microservices ...
Read now
Unlock full access