/dropwizard-helloworld

simple java dropwizard helloworld example

Primary LanguageJava

Dropwizard Helloworld

Simple helloworld example using Java Dropwizard.

Requirements

  • Java 1.7
  • Maven

Setup

To build: mvn package

To run jar: java -jar target/helloworld-0.0.1-SNAPSHOT.jar server

Navigate to http://localhost:8080/hello-world to try out.