我刚刚下载了Grails 3.0.0 (hoping to see my problems with CAS magically disappearing ;) )
我在windows下安装它然后:
D:\GrailsProjects> grails -version
| Grails Version: 3.0.0
| Groovy Version: 2.4.3
| JVM Version: 1.7.0_51
然后:
D:\IntelliJProjects>grails create-app helloworld
| Error Command not found create-app
Did you mean: create-script or create-taglib or create-unit-test?
也清理并编译不起作用
我错过了什么?
答案 0 :(得分:4)