How to selectively disable OSIV filter in Spring for piecemeal migrating a big app?
I know there is a property in Spring Boot to disable it globally (spring.jpa.open-in-view), but I would like to do it gradually endpoint by endpoint.
How to selectively disable OSIV filter in Spring for piecemeal migrating a big app?
I know there is a property in Spring Boot to disable it globally (spring.jpa.open-in-view), but I would like to do it gradually endpoint by endpoint.