[JPA/error] Could not write JSON: No default constructor for entity:

Problem


Entity 데이터 조회 중 아래와 같은 오류 발생


Could not write JSON: No default constructor for entity:



Solution


말그대로 생성자가 없어서 생기는 오류. 해당 Entity에 기본 생성자를 생성해준다.