swagger-samples icon indicating copy to clipboard operation
swagger-samples copied to clipboard

Resources not found in java-jersey-jaxrs

Open raderio opened this issue 7 years ago • 1 comments

When I start this application https://github.com/swagger-api/swagger-samples/tree/master/java/java-jersey-jaxrs And open http://localhost:8002 all css/js files respond with 404 not found

raderio avatar Aug 01 '17 12:08 raderio

I think this demo has some issues. The swagger-ui is just downloaded the source into target folder, so cannot find the swagger-ui related file. I just separate this sample and create a starter, you can try it.

https://github.com/xmeng1/swagger-jersey2-guice-starter

xmeng1 avatar Aug 04 '17 13:08 xmeng1