Invalid HTTP method: PATCH executing PATCH

springboot 使用feignclient调用其它模块接口的时候报错

pom.xml文件加入以下注释就可以了

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

posted @ 2022-04-08 18:01  oceanyang  阅读(336)  评论(0编辑  收藏  举报