Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 564 Bytes

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.