grails创建ng控制器foo“;给出';找不到错误命令创建ng控制器';

grails创建ng控制器foo“;给出';找不到错误命令创建ng控制器';,grails,grails3,Grails,Grails3,我用grails3创建了todo应用程序 grails create-app -profile angular -features hibernate5,json-views todo cd todo/server 版本(我在cygwin+windows上) 我得到的错误是 Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release. | Error Command not found cr

我用grails3创建了todo应用程序

grails create-app -profile angular -features hibernate5,json-views todo
cd todo/server
版本(我在cygwin+windows上)

我得到的错误是

Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
| Error Command not found create-ng-controller
Did you mean: create-controller or create-restful-controller or generate-controller?

所有先决条件都在命令行中。我遗漏了什么?

Grails对其概要文件名称进行了一些更改。旧的“angularjs”配置文件变成了“angularjs”。基于Angular2的工作在新的“angular”配置文件下进行。这一更改作为次要版本3.2.9引入

Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
| Error Command not found create-ng-controller
Did you mean: create-controller or create-restful-controller or generate-controller?