What's the best practice for disabling optimistic locking in Grails globally (for all the domain classes) if i'm not using Mongo? Thanks!
If you want to disabling optimistic locking in Grails globally then you can put in Config.groovy
grails.gorm.default.mapping = {
version false
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With