flyway:domain class and controller generation
Hi,
Is it possible to generate domain class,controller,view for db table( db : mysql ) by using Flyway plugin in Grails Project.
But Flyway is a database migration framework, will it do above work in Grails ?.
If Yes, can someone help me how we can do it.
Thanks
Ravindar
domain class creation by using Reverse engineering plugin
Hi,
I am able to generate domain classes by using Reverse engineering plugin but not with Flyway.
For every domain class, I can generate Controllers.
With Flyway plugin initially I imported set of sqls ( which are having version in db/migration folder ) into database.
Whenever I add new sql with higher version in db/migration it is not applying in database, is it right to apply new schema changes by using flyway or any other way ?
please can any one suggest me
Thanks
Ravindar
Quote:
Originally Posted by
Ravindar
Hi,
Is it possible to generate domain class,controller,view for db table( db : mysql ) by using Flyway plugin in Grails Project.
But Flyway is a database migration framework, will it do above work in Grails ?.
If Yes, can someone help me how we can do it.
Thanks
Ravindar