Skip to content

Documenting APIs with Swagger

johnmcclean-aol edited this page Mar 1, 2015 · 1 revision

Swagger is integrated by default. All you need do is add the Swagger annotations to your Jersey end points. Swagger documentation will be available at

 http://host:port/api-docs/<end points>

For more detailed information see : http://swagger.io/