Spring

Feign Client 'Could not write request: no suitable HttpMessageConverter found for request type' 오류

나쁜천사1004 2024. 2. 29. 15:05

Feign Client 개발을 하다가 아래와 같은 오류가 발생하면

 

'Could not write request: no suitable HttpMessageConverter found for request type'

 

spring-boot-start-web dependency가 없어서 발생하는 에러다 즉, feign client 쓰기 위해서는

spring-boot-start-web 필요하다는 뜻이다.

 

https://stackoverflow.com/questions/67376764/could-not-write-request-no-suitable-httpmessageconverter-found-for-request-type

반응형