- Run
mvn clean install
to build your application - Start application with
java -jar target/HelloDropWizard-1.0-SNAPSHOT.jar server config.yml
- To check that your application is running enter url
http://localhost:8090
(note port 8090)
To see your application health enter url http://localhost:8091/healthcheck
(note port 8091 because McAfee blocks port 8091)