feign.RetryableException: Incomplete output stream executing POST

微服务一模块调用另一模块报错

feign.RetryableException: Incomplete output stream executing POST

在这里插入图片描述
翻译:执行POST的输出流不完整

解决办法

pom.xml中加入依赖

<dependency>
    <groupId>io.github.openfeign</groupId>
    <artifactId>feign-httpclient</artifactId>
</dependency>

参考 https://blog.csdn.net/qq_35474948/article/details/105120545

你可能感兴趣的:(feign.RetryableException: Incomplete output stream executing POST)