tabiul / dropwizard-groovy

HelloWorld using dropwizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

HelloWorld using dropwizard


Languages

Language:Groovy 80.2%Language:HTML 11.1%Language:JavaScript 8.8%