Skip to content

utensils/kotlin-dropwizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.