Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utensils/kotlin-dropwizard

Getting Started with Dropwizard and Kotlin
https://github.com/utensils/kotlin-dropwizard

dropwizard kotlin kotlin-lang kotlin-language kotlin-library web-framework

Last synced: 10 days ago
JSON representation

Getting Started with Dropwizard and Kotlin

Awesome Lists containing this project

README

        

# Hello World with Dropwizard and Kotlin

The [Getting Started](http://dropwizard.io/getting-started.html) tutorial from Dropwizard in [Kotlin](http://kotlinlang.org).

## 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](https://github.com/doomspork/kotlin-dropwizard/blob/master/LICENSE) for licensing details.