This project is a simple example of integration of Swagger with Spring application (with Jersey 2).
Due to some issues with updating the dependencies used in my project Spring with Swagger reported by user pashtika I decided to create this separate project to provide distinct solutions for both Spring 3 and Spring 4.
This project was created to enhance my microseries on integration of Swagger with Jersey 2 in Spring application. For further information check out following posts from series called Spring Rest API with Swagger:
- Integration and configuration
- Creating documentation
- Exposing documentation
- Fine-tuning exposed documentation
- Do it yourself and build and deploy it using your favourite IDE
- Use embedded Jetty and run it right away with
mvn jetty:run
Check following URLs (running this example on your localhost):