aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/resources/application.properties')
-rw-r--r--server/src/main/resources/application.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties
index 5a580083..732122a1 100644
--- a/server/src/main/resources/application.properties
+++ b/server/src/main/resources/application.properties
@@ -27,7 +27,13 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect
spring.database.driver.classname=org.postgresql.Driver
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.format_sql=false
+spring.jpa.properties.hibernate.show-sql=false
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
+spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
+spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext
+spring.jpa.properties.hibernate.cache.use_second_level_cache=false
+spring.jpa.properties.hibernate.cache.use_query_cache=false
+#spring.jpa.properties.hibernate.allow_update_outside_transaction=true
## Basic Authentication Properties
# security.user.name=usecase