我有像這樣一類命名爲商傢俱有兩個相關領域(在這兩個域和數據庫相關的): /**
*This class keeps information about a merchant
*/
class Merchant{
...
//The email of the merchant which is also
//as the username property of the login
我是grails的新手,我試圖訪問索引頁。刪除Grails的默認主頁後,我收到以下錯誤 404應用1/WEB-INF /的grails-app /視圖/ index.jsp的 description The requested resource is not available.
我檢查urlMapping中和視圖設置爲指數 "/"(view:"/index")
"500"(view
我在我的項目中使用可搜索插件。我有一個簡單的域,其中給出如下 Class User {
String title
String Description
int vote
Date date
}
static searchable = {
only: ['description','title','vote','d