[Error/해결] Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation]

OOING·2023년 8월 13일
0

Trouble Shooting

목록 보기
3/11

오류

Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: No acceptable representation]

우선 ResponseEntity의 body에는 객체를 한 개밖에 넘길 수 없다. 그치만 나는 2개를 넘겨야 하는걸..?



그래서 Reseult 라는 객체를 만들어 Result 객체를 body로 넘기기로 하였다. 그랬더니 오류 발생!

해결 방법

간단하다.. Result 객체에 Getter 를 넣어주면 된다.

profile
HICE 19

1개의 댓글

comment-user-thumbnail
2023년 8월 13일

좋은 글이네요. 공유해주셔서 감사합니다.

답글 달기