Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyrille-leclerc/my-dropwizard-app


https://github.com/cyrille-leclerc/my-dropwizard-app

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# my-dropwizard-app

How to start the my-dropwizard-app application
---

1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/my-dropwizard-app-1.0-SNAPSHOT.jar server config.yml`
1. 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`