org.springframework.web.client.RestClientException: Could not extract response

发布时间:2026/5/20 10:17:56

org.springframework.web.client.RestClientException: Could not extract response 通过feign调用其它微服务生产者的返回值类型与接收类型消费者不一致将两者改成相同的对象类型即可。

相关新闻