[Error] spring.jpa.open-in-view is enabled by default.

류슬기·2021년 2월 19일
0

error

목록 보기
3/6
post-thumbnail

Spring Boot에 mySQL을 연결하여 작동하니
다음과 같은 오류가 발생했다.

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
spring:
    jpa:
        open-in-view: false

로그 오류 문제로 application.yaml 파일에
다음과 같이 추가해주니 오류가 해결됐다.

출처

profile
FE Developer🌱

0개의 댓글