Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported] 에러 해결

yeonn·2023년 12월 14일
0

error

목록 보기
8/13

자체 회원가입 api 테스트 중 postman으로 json으로 데이터를 던졌고 @RequestMapping 값을 받으려는데 아래 Error 발생

Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported]

해결 방법은 postman의 Headers의 Key와 Value 채워주기!

Key에는 Content-Type이라고 넣어주고
Value에는 application/json을 넣어주기!!

다시 실행해주니 에러 해결!!


레퍼런스

Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported]

profile
개발자에 꽉 눌러 붙은 국문과생

0개의 댓글