diff options
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/application.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index 3ac13a9..8d024c5 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -25,6 +25,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 |