Grails domain class creation from database -


I would like to create grails domain class from an existing database, generally I was making database from domain classes Need help if there are any commands available with existing database schema.

I'm on the same problem and I've got this Grails plugin. It works perfectly: it inspects the existing database and prepares the domain classes, all of which are ready to go. Just follow the steps shown in the example and you have done it.

Comments