문제상황

WARN 5800 --- [  restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning

Open-Session-In-View (OSIV)

OSIV ON

image.png

OSIV OFF

image.png

문제해결 및 나의 생각