我的grails中没有groovydoc / doc怎么回事?

时间:2019-06-18 04:28:25

标签: groovydoc grails-3.3.x

我正在Grails 3.3.2上运行grails Web应用程序。我的目的是为我的项目中的数据库和代码生成技术文档。我的问题是我什至无法运行groovydoc或grails doc。这意味着我必须在build.gradle中安装groovydoc或grails doc,如何安装此插件?

到目前为止,我一直在研究groovydoc和grails doc以自动生成文档页面。

我尝试通过以下链接中的Grails文档实施。 http://docs.grails.org/3.3.2/ref/Command%20Line/docs.html

实施步骤:

  1. 我在build.gradle中放置了应用插件:“ org.grails.grails-doc”

  2. 然后我运行gradle文档

  3. 然后我尝试了grails doc

我也尝试通过在build.gradle中添加插件来安装groovydoc

Here is the result of my commands I have run Here is the result of my commands that I have used

0 个答案:

没有答案