본문으로 바로가기

JPA ontToMany 속성일 경우에 발생했던 에러

@OneToMany(fetch = FetchType.EAGER)

fetch 추가로 해결.