hello-dropwizard - a basic Dropwizard service

EXAMPLE

$ gradle shadowJar
$ bin/hello-dropwizard server src/main/resources/hellodropwizard.yml
...

$ curl localhost:8080/hello-dropwizard
{"content":"Hello, World!"}

$ curl localhost:8081/healthcheck
{"deadlocks":{"healthy":true},"template":{"healthy":true}}

REQUIREMENTS

Optional

CREDITS

Based on the official Dropwizard docs