삽질 주도 개발
article thumbnail
ObjectMapper 기본 생성자 없이 역직렬화하기
🧑🏻‍💻Dev 2023. 1. 23. 02:07

Spring boot에서 통합 테스트를 진행하다가 아래 코드에서 에러가 발생했다. Error while extracting response for type [class com.tistory.rjvv.learntest.exception.format.ErrorResponse] and content type [application/json] org.springframework.web.client.RestClientException: Error while extracting response for type [class com.tistory.rjvv.learntest.exception.format.ErrorResponse] and content type [application/json] 내가 만든 ErrorRes..