(快速參考)

鷹架

目的

scaffolding 外掛程式透過 鷹架設定 Grails 對 CRUD 的支援。

範例

啟用「動態」鷹架的範例

class BookController {
   static scaffold = Book   // static scaffold = true  form is not supported in grails 3.0 and above
}

說明

參閱 Grails 使用者指南中關於 鷹架 的章節,其中詳細說明 Grails 的鷹架支援。