dyc87112 / blog-comments

5 stars 1 forks source link

使用Swagger2Markup实现API文档的静态部署(一):AsciiDoc | 程序猿DD #71

Open dyc87112 opened 6 years ago

dyc87112 commented 6 years ago

http://blog.didispace.com/swagger2markup-asciidoc/

skywater commented 5 years ago

首先,感谢! 其次,我在运行的时候有个问题,请教下:

http://localhost:8080/v2/api-docs但报错reading from http://localhost:8080/v2/api-docs [ERROR] unable to read,如果改成我生成的json是没问题的;
s986169055 commented 5 years ago

@skywater 首先,感谢! 其次,我在运行的时候有个问题,请教下:

http://localhost:8080/v2/api-docs但报错reading from http://localhost:8080/v2/api-docs [ERROR] unable to read,如果改成我生成的json是没问题的;

能问一下reading from http://localhost:8080/v2/api-docs [ERROR] ,这个怎么解决吗,还有生成json文件是什么

skywater commented 5 years ago

@skywater 首先,感谢! 其次,我在运行的时候有个问题,请教下: http://localhost:8080/v2/api-docs但报错reading from http://localhost:8080/v2/api-docs [ERROR] unable to read,如果改成我生成的json是没问题的;

能问一下reading from http://localhost:8080/v2/api-docs [ERROR] ,这个怎么解决吗,还有生成json文件是什么

不知道怎么解决,json是启动swagger后的 http://localhost:8080/v2/api-docs 的json内容,可以复制保存。

aaron3323 commented 5 years ago

使用asciidoctor-maven-plugin插件,没生成index.html,只有definitions.html overview.html paths.html security.html四个文件 放到nginx下访问http://...../overview.html页面,左边树里没有paths部分,怎么解啊

zhongql commented 5 years ago

No plugin found for prefix 'asciidoctor' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories, 我已经download AsciiDoc plugin,这个是不是还需要 download 其他 plugin ,这个问题其他人遇到吗,怎么解决呢?

zhongql commented 5 years ago

已经没有报错了,BUILD SUCCESS ,但没有生成文件,这个是什么问题呢