Category: Maven
-

Building a Kotlin Dropwizard Maven REST API from scratch: Part 4
Part 4: Running We have configured our dependencies, wrote and configured a Kotlin Dropwizard resource and tested it. Now we need to run it! If you are using an IDE, open the file App.kt and you should be able to right click or to the left be able to run the @JvmStatic fun main method.You…
-

Building a Kotlin Dropwizard Maven REST API from scratch
Part 1: Configuring Maven Kotlin is a great JVM language, that started being popular with Android development but has started increasing its popularity with other types of development, including backend services. However most of the tutorials on the internet use Kotlin with Gradle, and while that is a great way to build your Kotlin application,…