https://github.com/orende/rest-and-web-services-from-scratch
An example REST web service using Java, Dropwizard and Jersey.
https://github.com/orende/rest-and-web-services-from-scratch
dropwizard java jersey rest-api
Last synced: 8 months ago
JSON representation
An example REST web service using Java, Dropwizard and Jersey.
- Host: GitHub
- URL: https://github.com/orende/rest-and-web-services-from-scratch
- Owner: orende
- Created: 2018-09-02T18:11:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T18:41:07.000Z (about 7 years ago)
- Last Synced: 2025-01-04T16:39:46.066Z (9 months ago)
- Topics: dropwizard, java, jersey, rest-api
- Language: Java
- Homepage: https://citerus.se
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RestExample
How to start the RestExample application
---1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/rest-example-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`