Saturday, July 5, 2014

Grails default version=false to all domain classes

Need to write the following line of code Config.groovy:


grails.gorm.default.mapping = { 
    version false 
}

No comments:

Post a Comment