Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utensils/kotlin-dropwizard
- Owner: utensils
- License: mit
- Created: 2015-02-20T04:03:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T21:59:56.000Z (over 6 years ago)
- Last Synced: 2024-04-25T07:09:07.503Z (7 months ago)
- Topics: dropwizard, kotlin, kotlin-lang, kotlin-language, kotlin-library, web-framework
- Language: Kotlin
- Homepage:
- Size: 18.6 KB
- Stars: 42
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.