使用Spring rest docs,您可以生成一系列精彩的asciidocs作为单独的片段。
http://www.baeldung.com/spring-rest-docs在描述我遵循的过程方面做得很好。
在生成片段之后,我根据教程使用asciidoctor-maven-plugin将它们组合成一个文件来存档。
有没有办法生成单个.adoc文件而不是前面提到的html文件?
在配置中,它允许您指定“后端”:
<backend>html</backend>
http://asciidoctor.org/docs/convert-documents/#selecting-an-output-format https://github.com/asciidoctor/asciidoctor-maven-plugin
...但我希望将asciidoc保留为最终文件格式。
我发现的最接近的评论是:https://github.com/asciidoctor/asciidoctor/issues/168#issuecomment-58861372
......但我不太明白如何将它应用到我的情况中。
如果我理解您的链接正确,则无法使用提供的解决方案与maven插件。目前它不支持导出asciidoctor文件。你必须