The Getting Started tutorial from Dropwizard in Kotlin.
-
Clone the project:
git clone [email protected]/doomspork/kotlin-dropwizard.git
-
Navigate to
kotlin-dropwizard
and package everything:mvn package
-
Run the project:
java -jar target/kotlin-dropwizard-1.0.jar server hello-world.yml
Please see LICENSE for licensing details.