This is the code was created originally for the presentation Getting Started with Spring Boot and Kotlin
You can start it using the command gradle bootRun
.
This will start the server in the configured port on the application.properties file.
There are some examples of requests in the file src/test/resources/requests.http
.