grails - Grails3 controller template for dynamic scaffolding -


in grails 2.4.x there template named src/templates/scaffolding/controller.groovy used generate crud actions dynamic scaffolding like:

class bookcontroller {         static scaffold = domain.book         static responseformats = ['html', 'json'] } 

in grails 3 (3.1.x) alternating file (probably 3.0.x install-templates created 1 me) not work. there way alter default behavior of dynamic scaffolding in grails 3(.1)? install-templates creates src/main/templates/scaffolding/scaffoldedcontroller.groovy file content looks bookcontroller class. documentation says nothing that.

i think looking generate-controller.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -