
JPA entity로 테이블 생성시 발생한 오류 (연관관계 매핑)

JPA 에서 ITEM 데이터를 입력하려고 할 때 오류가 발생했다

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.example.exam_inter.ExamInterApplicationTests':

No property 'insertAllItem' found for type 'Item'

@JsonIgnore 어노테이션 이용하기


projection entity를 출력할때 projection entity만 찍으면 출력이 안된다 projection entity의 하위 원하는 데이터를 프로젝션.get~ 형태로 가져온다
