/SpringWithSwagger

This project is a simple example of integration of Swagger with Spring 3 application (with Jersey 2).

Primary LanguageJavaScript

Spring with Swagger example

This project is a simple example of integration of Swagger with Spring 3 application (with Jersey 2).

About

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:

  1. Integration and configuration
  2. Creating documentation
  3. Exposing documentation
  4. Fine-tuning exposed documentation

Try it out!

  • 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):

  1. Swagger API listing
  2. Swagger API documentation
  3. Swagger UI