OSIV = Open Session In View(하이버네이트) Open EntitiyManager In View(JPA) 하이버네이트에서의 Session이 JPA에서의 EntityManager이다.(관례상 OSIV라고 부름) OSIV ON(default) spring.jpa.open-in-view:true // 기본값 애플리케이션을 실행하면 스프링부트는 다음과 같은 warning 로그를 남긴다. WARN 25168 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during ..