Dropwizard Gradle Starter Project
Starter project for Dropwizard using Gradle as the build system. Code is from the Dropwizard tutorial
Project uses ShadowJar to build an all-in-one, "fat jar".
Getting going
-
Clone project
-
Run
gradlew build
- Start project
java -jar build/libs/Dropwizard-gradle-boilerplate-1.0.0-all.jar server src/main/yml/server.yml
- Browse to:
- http://localhost:8090/hello-world
- http://localhost:8090/hello-world?name=Successful+Dropwizard+User
- http://localhost:8091/
- See the Next steps section of tutorial
Dropwizard-gradle-boilerplate
//TODO: other apis