Disable Open Session in View in a Spring Boot Application August 12, 2019 2:08 pm For disabling OSIV, we need to set up spring.jpa.open-in-view in application.properties as follows: spring.jpa.open-in-view=false