[BE] response를 쓸 때 json 변환이 안 된다?!
Tags
Back
Person
Status
Done
문제가 발생한 기능
entity를 return 하고 싶어요
생성 일시
2024/12/02 04:29
controller에서
ResponseEntity<특정_Entity>
이렇게 return을 하면 에러가 발생
참고할 만한 글
•
https://www.baeldung.com/jackson-jsonmappingexception
해결 방법?
•
DTO를 둔다
•
추가 라이브러리?를 받고 Mapper 설정
•
등?