[오류 해결] Spring Boot 프로젝트를 실행 시켰을 때 다음과 같은 오류가 나타날 때가 있습니다. # 오류 WARN 36868 --- [ 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 # 해결 application.properties 혹은 application.yml 파일에서 spring.jpa.open-in-view를 ..