summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-07-24 03:10:10 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-07-26 11:04:55 -0400
commitb0abffa28253d49d2b901521977a9e512d1bd281 (patch)
tree4dc43c10d80f6fe941ead11104f6f2aaa40bf436 /src/main/resources
parentbc5644f4b972f4f000043dd6c99ec828bde39730 (diff)
Kafka Configuration is not loaded when testing DB integration
Issue-ID: CPS-518 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I673e8b0d4fb70dcdd2024c15e04940996023b4f8
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 5fe30b0..bb74c28 100755
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -26,6 +26,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