springfox / springfox-demos

Springfox demo applications
http://springfox.io
Apache License 2.0
737 stars 353 forks source link

boot-swaggerSwagger docs endpoint: (http://localhost:8080/springfox/v2/api-docs) gives a 404 #20

Open marceloverdijk opened 8 years ago

marceloverdijk commented 8 years ago

boot-swagger demo's Swagger docs endpoint: (http://localhost:8080/springfox/v2/api-docs) gives a 404.

Other urls:

I found this out as I have the same problem in my own app. Note that boot-static-docss Swagger docs endpoint does work.

marceloverdijk commented 8 years ago

I think the url in the docs is not valid as it should contain the group like: http://localhost:8080/springfox/v2/api-docs?group=full-petstore-api

dilipkrish commented 8 years ago

yes.. this project needs some love. Thanks for pointing that out