kotlin-dropwizard icon indicating copy to clipboard operation
kotlin-dropwizard copied to clipboard

Getting Started with Dropwizard and Kotlin

Hello World with Dropwizard and Kotlin

The Getting Started tutorial from Dropwizard in Kotlin.

Getting Started

  1. Clone the project:

    git clone [email protected]/doomspork/kotlin-dropwizard.git

  2. Navigate to kotlin-dropwizard and package everything:

    mvn package

  3. Run the project:

    java -jar target/kotlin-dropwizard-1.0.jar server hello-world.yml

License

Please see LICENSE for licensing details.