grails - grails create-plugin不起作用

标签 grails

当我运行此命令grails create-plugin example
我收到此错误:

| Error Command not found create-plugin
Did you mean: package-plugin or create-script or create-interceptor?

| Grails版本:3.1.8
| Groovy版本:2.4.6
| JVM版本:1.7.0_101

我该如何解决这个问题?

最佳答案

当我尝试在现有插件中创建插件时,可以重现此内容。

如果要创建第二个插件,则需要在不是现有Grails插件或应用程序的其他目录中运行create-plugin

关于grails - grails create-plugin不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37839580/

相关文章:

grails - ActiveMQ列表在grails中排队

Grails Spring-Security-Core 插件 - 无法验证用户

Grails:使用index.gsp中的 Controller

grails - 无法使用grails使用 quartz 插件运行多个作业

grails - 可为空的Grails hasMany列表

grails - 将参数从一种方法传递到 Controller 中的另一种方法

grails - 如何在 grails 中编写 hasMany 属性的约束

grails - 在grails中传递 boolean 值而不是 boolean 值

angularjs - 使用Spring Security核心和CORS插件的REST API不适用于OPTIONS http方法请求

spring - 在单个grails应用程序上有多个域,而在第二个域上只能访问一个特定的 Controller ?