[org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'text/plain;charset=UTF-8' is not supported]
2023. 5. 5. 22:40ㆍIDEA
postman으로 테스트할 때 발생한 오류다.
[org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'text/plain;charset=UTF-8' is not supported]
requestBody의 타입을 JSON으로 변경하면 해결된다.
'IDEA' 카테고리의 다른 글
IDEA 실행 작업 전 Gradle 작업 추가 (0) | 2023.04.26 |
---|