Skip to main content

Enable Lazy loading in Spring boot apps



Add this property to application.properties file

spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true

Comments