/dropwizard-gradle-starter

Starter project for Dropwizard using Gradle as the build system

Primary LanguageJavaApache License 2.0Apache-2.0

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

  1. Clone project

  2. Run

gradlew build
  1. Start project
java -jar build/libs/dropwizard-gradle-starter-1.0.0-all.jar server src/main/yml/server.yml
  1. Browse to:
  1. See the Next steps section of tutorial