Skip to content

Commit

Permalink
added use_get_generated_keys for use in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
remondulos committed Mar 26, 2020
1 parent 2f2e67b commit a2d75bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/DataSource.groovy
Expand Up @@ -9,6 +9,7 @@ hibernate {
cache.use_query_cache = false
// cache.region.factory_class = 'net.sf.ehcache.hibernate.SingletonEhCacheRegionFactory' // Hibernate 3
cache.region.factory_class = 'org.hibernate.cache.ehcache.EhCacheRegionFactory' // Hibernate 4
jdbc.use_get_generated_keys = true
}
// environment specific settings
environments {
Expand Down

0 comments on commit a2d75bb

Please sign in to comment.