我下载了GGTS。 Grails版本是2.3.7。我改为Grails版本2.2.4。当我创建域类时,它会产生错误。如果有人知道帮助我,请。使用2.3.7 ver创建Grails项目是可以的。 2.2.4是问题。
{ Starting process on NDMM0245-PC/192.168.10.178
Loading Grails 2.2.4
| Configuring classpath
| Downloading: tomcat-embed-core-7.0.42.jar
..........
}
加载很长时间后。错误在下面..
'create domain class ' has encountered error.
The command Grails command (project) was terminated because it didn't produce new product output produced so far.
...
See menu Windows>>Preferences>>Grails>>Launch
所以,我配置了In Preference>> Grails lunch>> 我将'Grails 2.2.4'变量和值添加到'Grails 2.2.4目录'。
答案 0 :(得分:0)
您必须下载要使用的Grails版本,然后"添加..."它在首选项> Groovy> Grails的。
管理Grails版本的更简单方法是gvm。您可以安装此工具并运行
gvm install grails 2.2.4
将在以下目录中安装Grails
~/.gvm/grails/2.2.4
然后你可以"添加......"到GGTS。
答案 1 :(得分:0)
grails version
Grails -> Referesh Dependency
和Clean and Build
。Alloha !!