Creating a RESTful Web Service with Spring Boot

Creating a RESTful Web Service with Spring Boot

Author Hadi Hariri, Edoardo Vacchi
Last Updated 31 October 2015
Source On GitHub
This tutorial walks us through the process of creating a simple REST controller with Spring Boot

Kotlin works quite smoothly with Spring Boot and many of the steps found on the Spring Guides for creating a RESTful service can be followed verbatim for Kotlin. There are some minor differences however when it comes to defining the Gradle configuration and the project layout structure, as well as the initialization code.

In this tutorial we'll walk through the steps req