Grails 3.3.x角度配置文件域创建

时间:2017-11-09 17:18:49

标签: grails

我使用grails 3.3.x来学习本教程 https://alvarosanchez.github.io/grails-angularjs-springsecurity-workshop/

创建应用后

$grails create-app --profile angular -features hibernate5,json-views todo

我尝试创建一个角度域

~/todo/server/$ grails create-ng-domain todo

但我得到

| Error Command not found create-ng-domain

虽然create-ng-domain todo适用于rest-api配置文件

任何想法?

1 个答案:

答案 0 :(得分:0)

respond_to现已成为create-ng-domain个人资料的一部分,而不是angularjs个人资料。

请参阅https://github.com/grails/grails-core/issues/10850