2014-11-16 46 views
0

當我運行grails戰爭時,出現以下錯誤Grails中的GSP編譯失敗

編譯package [appInfo]的30個GSP文件。 |第69行文件/WEB-INF/plugins/app-info-0.4.3/grails-app/views/appinfo/hibernateEntityInfo.gsp中的GSP編譯錯誤:標記[每個]缺少必需的屬性[輸入]

我用 grails 2.2.4 並且我想知道應用程序中的app-info插件位置

回答

0

這是App-info插件的問題。我也有類似的問題。我解決了以下方式

Clean the application using 

Grails的清潔

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.