我采用了Spring Rest Docs,测试成功创建了*.adoc文件。我在src/docs/asciidoc目录中创建了api-guide.doc文件来创建html,但当我将asciidoc作为gradle任务运行时,它会产生以下错误。Some problems were found with the configuration of task ':asciidoctor' (type 'AsciidoctorTask').- In plugin 'org.a
我正在尝试升级asciidoctor,因为在gradle版本7中不再支持旧版本。问题是,我不知道如何从我当前的gradle kotlin代码中升级它。(我只在groovy中找到了一些例子)。kotlin("jvm") version "1.5.0"}
....asciidoctor("org.springframework.r
当我调用localhost:8080/index.html时,我得到一个404错误。") version "1.0.8.RELEASE" kotlin("jvm") version("org.springframework.restdocs:spring-restdocs-asciidoctor"
我正在尝试使用Spring restdocs配置asciidoctor。根据我得到的错误,它不会对我在gradle构建文件中设置的配置做任何操作。我曾尝试添加asciidoctorExtensions来替换废弃的asciidoctor,但似乎都不起作用。kotlin("jvm") version "1.5.10"
kotlin("plugin.spring") version &quo
我得到异常时,从ascii文档文件创建pdf文件使用以下库在Spring启动应用程序。org.asciidoctor:asciidoctorj:1.6.0-alpha.3org.asciidoctor显示的例外情况是
org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- as