0

当我运行 grails war 时出现以下错误

为包 [appInfo] 编译 30 个 GSP 文件。| 文件 /WEB-INF/plugins/app-info-0.4.3/grails-app/views/appinfo/hibernateEntityInfo.gsp 中的错误 GSP 编译错误在第 69 行:标记 [每个] 缺少必需的属性 [in]

我使用 grails 2.2.4 并且我想知道应用程序中的 app-info 插件位置

4

1 回答 1

0

这是 App-info 插件的问题。我也遇到了类似的问题。我通过以下方式解决了

Clean the application using

圣杯清洁

then run the application using

grails RunApp

and make sure If you are using sequences in the application do not use mysql because mysql does not support sequences.
于 2014-11-21T07:20:45.437 回答