springfox / springfox-demos

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

extend boot-static-docs to exercise SwaggerResultHandler #27

Open mhuisman opened 8 years ago

mhuisman commented 8 years ago

springfox-demos/boot-static-docs currently contains a test demonstrating generating asciidoc from a boot application. Consider extending the example to also demonstrate generating JSON swagger definitions using SwaggerResultHandler.

NOTE: this issue is submitted as documentation of the rationale for an upcoming PR; I don't expect anyone to resolve the issue for me.

EDIT: PR addressing this: https://github.com/springfox/springfox-demos/pull/28

dilipkrish commented 8 years ago

Also to note that swagger2markup has much improved support, downside is it is java 8 only.