Lari Hotari 12 лет назад
Родитель
Сommit
fc90ab766b
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      grails/hello/grails-app/conf/Config.groovy

+ 3 - 0
grails/hello/grails-app/conf/Config.groovy

@@ -85,6 +85,9 @@ grails.exceptionresolver.params.exclude = ['password']
 // disabling query cache
 // disabling query cache
 grails.hibernate.cache.queries = false
 grails.hibernate.cache.queries = false
 
 
+// OSIV is readonly by default
+grails.hibernate.osiv.readonly = true
+
 // set per-environment serverURL stem for creating absolute links
 // set per-environment serverURL stem for creating absolute links
 environments {
 environments {
     development {
     development {