(Quick Reference)

2 Getting Started - Reference Documentation

Authors: Burt Beckwith

Version: 0.1

2 Getting Started

The first step is to add a dependency for the plugin in BuildConfig.groovy:

plugins {
   …
   compile ':dropwizard:0.1'
}

Next, create a YAML file that defines the Dropwizard configuration as described in the section on configuration, and Dropwizard application classes (resources, health checks, etc.) as described in the general usage section.