diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ced1464ae..f72b3f8e6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,6 +34,7 @@ spring: highlight_sql: true generate_statistics: false show-sql: true + open-in-view: false data: redis: diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index b371a34d6..bd97dd088 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -22,6 +22,7 @@ spring: properties: hibernate: format_sql: true + open-in-view: false sql: init: