Two reasons why you might want to disable Open Session in View in a Spring application
Open Session in View is a mechanism in Spring Boot which opens a Hibernate Session when processing a HTTP Request in @RestController and closes it when the processing of the request is over.
The advantage of this mechanism is that it allows you to tr...
robertniestroj.hashnode.dev5 min read