Skip to content

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

Notifications You must be signed in to change notification settings

yasharmaster/swagger-gradle-jersey-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published