In this post, I am going to show you how to create a simple Dropwizard app.
The code is written in Kotlin, but you can do the same with Java.
At the end of this tutorial, your app will expose a RESTful API.
I will start with a short explanation about Dropwizard and Maven.
Report Story