summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-07-28 22:04:17 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-28 22:04:17 +0000
commit704b80f4948499e0d6ff1c537825ed08fff6227f (patch)
tree81e168512b0643e88bc84bb79a9ced44b6edf930 /src/main/resources
parentec80c5e31596c36168abca86b5ccb07e4021eb66 (diff)
parentb0abffa28253d49d2b901521977a9e512d1bd281 (diff)
Merge "Kafka Configuration is not loaded when testing DB integration"
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/application.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0b41a07..eed24dc 100755
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -32,6 +32,7 @@ spring:
liquibase:
change-log: classpath:/db/changelog/changelog-master.xml
jpa:
+ open-in-view: false
properties:
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate.format_sql: true