【发布时间】:2016-03-06 21:13:56
【问题描述】:
我使用 grails 3 创建了一个 helloworld grails 项目
接下来我简单地运行这个命令
grails create-gwt-module
它只是继续说:
Error Command not found create-gwt-module
我在很多教程中都发现了这个命令,但为什么它对我不起作用..
【问题讨论】:
我使用 grails 3 创建了一个 helloworld grails 项目
接下来我简单地运行这个命令
grails create-gwt-module
它只是继续说:
Error Command not found create-gwt-module
我在很多教程中都发现了这个命令,但为什么它对我不起作用..
【问题讨论】:
使用“grails help”查看所有命令,使用“grails command help”查看它们的作用。请参阅此页面以获取 Grails documentation。要添加 GWT 插件,请在 build.gradle 文件的依赖项中添加这一行。但检查“grails list-plugins”命令并确保这是最新版本。另见question
【讨论】: