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

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.

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`