utensils / kotlin-dropwizard

Getting Started with Dropwizard and Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World with Dropwizard and Kotlin

The Getting Started tutorial from Dropwizard in Kotlin.

Getting Started

  1. Clone the project:

    git clone git@github.com/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.

About

Getting Started with Dropwizard and Kotlin

License:MIT License


Languages

Language:Kotlin 100.0%