dropwizard_play

How to start the dropwizard_play application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/dropwizard-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check

To see your applications health enter url http://localhost:8081/healthcheck

Personal Note

Run mvn archetype:generate -DarchetypeGroupId=io.dropwizard.archetypes -DarchetypeArtifactId=java-simple -DarchetypeVersion=2.0.0-rc10 -P personal to generate default project structure