This is a starter template to build dropwizard projects from.
Make sure to replace all instances of the dropwizard-template nomenclature with the name of the new application.
- Run
mvn clean installto build your application - Start application with
java -jar target/dropwizard-template-1.0-SNAPSHOT.jar server dev.yml - To check that your application is running enter url
http://localhost:8080
To see your application's health enter url http://localhost:8081/healthcheck