Invalid HTTP method: PATCH executing PATCH

  • A+
所属分类:Java

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

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

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

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: