diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d3ef4a6..247b593 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -17,5 +17,6 @@ spring.flyway.enabled=true spring.flyway.clean-on-validation-error=true spring.jpa.hibernate.ddl-auto=none +spring.jpa.open-in-view=false spring.banner.location=classpath:/banner/jbd_banner.txt