Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyrille-leclerc/my-dropwizard-app
https://github.com/cyrille-leclerc/my-dropwizard-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyrille-leclerc/my-dropwizard-app
- Owner: cyrille-leclerc
- Created: 2017-06-22T10:18:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T10:34:05.000Z (over 7 years ago)
- Last Synced: 2024-11-09T07:53:49.465Z (3 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`