DEV Community

Dênis Mendes
Dênis Mendes

Posted on

Error: Failed to complete request: org.springframework.web.client.RestClientException: No HttpMessageConverter for ...

I stumbled into that error using Springboot and restTemplate, what I did for solving it was to add @Getter and @Setter annotations in class I'm using for my object. So, do not forget to add these annotations.

Top comments (0)