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

https://github.com/yasharmaster/swagger-gradle-jersey-sample

Sample gradle project in which Jersey REST API is documented with Swagger
https://github.com/yasharmaster/swagger-gradle-jersey-sample

gradle jax-rs jersey rest-api sample sample-app swagger

Last synced: about 1 month ago
JSON representation

Sample gradle project in which Jersey REST API is documented with Swagger

Awesome Lists containing this project

README

        

## Swagger Gradle Jersey Sample

This is a sample gradle project in which a JAX RS (Jersey) REST API is documented with Swagger.

## Installation

- Clone the repo on your system. `git clone https://github.com/yasharmaster/swagger-gradle-jersey-sample.git`

- Change the current directory to the project directory. `cd swagger-gradle-jersey-sample`

- Run the Jetty server using gradle wrapper. `./gradlew jettyRun`

- Visit http://localhost:8080/swagger-gradle-jersey-sample to checkout the generated Swagger documentation.

## License

MIT