Grails包名称不会改变

时间:2014-05-10 14:15:11

标签: spring grails groovy

我已经开始学习Grails了,现在已经熟悉了配置。 要更改我的grails项目的默认包名,我在下面输入了以下内容 Config.groovy中

grails.project.groupId = com.grailspractice.nick

然后,

grails create-controller testc

但是没有在包域结构中创建文件。 我得到以下结构

Created file grails-app/controllers/testapp/TestcController.groovy
Created file grails-app/views/testc
Created file test/unit/testapp/TestcControllerSpec.groovy

请告诉我,我是否遗漏了其他任何东西。 另外如果我使用

运行我的应用程序
grails run-app

然后应用程序运行正常,但如果在单独的命令窗口中,如果我在应用程序运行时创建控制器,则在应用程序运行的提示符处出现以下错误

grails error cannot get property on cache operation source null object

这是安装问题吗?或者我搞砸了任何配置?

0 个答案:

没有答案