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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -