반응형
org.springframework.http.converter.HttpMessageNotReadableException
restapi 테스트 중에 위와 같은 에러가 났다.
확인해본 결과 아래 내용이다.
원인
HTTP GET 요청의 body 형식을 Text로 보냈기 때문
해결
HTTP GET 요청의 body 형식을 JSON으로 변경하여 해결
반응형
'IT > Java' 카테고리의 다른 글
[error] org.springframework.data.mapping.PropertyReferenceException (26) | 2023.05.07 |
---|---|
JPA query Keyword2 (repository) (36) | 2023.05.06 |
[error]Failed to execute goal org.springframework.boot:spring-boot-maven-plugin (36) | 2023.05.03 |
[eclipse] springboot maven module project 구성하기 (16) | 2023.05.02 |
module project란? (30) | 2023.05.01 |
댓글