Results 1 to 2 of 2

Thread: flyway:domain class and controller generation

  1. #1
    Join Date
    Feb 2013
    Posts
    4

    Default 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

  2. #2
    Join Date
    Feb 2013
    Posts
    4

    Default 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 View Post
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •