java - Jax-rs Swagger integration - fetching resource list: http://localhost:8080/JAXRS-Example/rest/api-docs -


i trying integrate jax-rs , swagger together. while doing see following error coming. after spending lots of hours still not able resolve it. looking quick end.

enter image description here

i've attached whole source code in git repository: https://github.com/javaneed/jaxrs-example. please try resolve error.

i faced similar issues integrating swagger , jax-rs. got them resolved using jersey servlet implementation. see if following project helps you.

https://github.com/sanketsw/jax_rs_rest_example

also following link has details of how json , yaml specification jax-rs api

https://github.com/swagger-api/swagger-core/wiki/swagger-core-jersey-2.x-project-setup-1.5


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -