/dropwizard-groovy

HelloWorld using dropwizard

Primary LanguageGroovy

Simple Hello World App using DropWizard, Groovy and AngularJS

How to Build

gradlew.bat jar (windows)
./gradlew jar (linux)

How to Run

  • Navigate to the location of the fat jar build/libs
  • java -jar dropwizard-1.0-SNAPSHOT.jar server <configuration yaml file> A sample configuration file hello.yaml is at the root directory