spring cloud feign 报错 feign.FeignException$MethodNotAllowed: status 405 reading
Posted 岑惜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring cloud feign 报错 feign.FeignException$MethodNotAllowed: status 405 reading相关的知识,希望对你有一定的参考价值。
1.前言
出现报错
feign.FeignException$MethodNotAllowed: status 405 reading XXXXX
需要检查
- 接口的请求参数是否一致
- 请求参数是否正确添加映射
2.解决
(1)远程接口 ,该端口8001
(2)本地端口9001 , feign接口如下
以上是关于spring cloud feign 报错 feign.FeignException$MethodNotAllowed: status 405 reading的主要内容,如果未能解决你的问题,请参考以下文章
spring cloud feign 报错 feign.FeignException$MethodNotAllowed: status 405 reading
Bug集锦-Spring Cloud Feign调用其它接口报错
Bug集锦-Spring Cloud Feign调用其它接口报错
Spring Cloud Feign - 报错:Method has too many Body parameters 说明 #解决方法
Spring Cloud ZooKeeper集成Feign的坑3,程序Run模式运行没事,Debug模式下报错
spring-cloud-feign 使用@RequetParam报错QueryMap parameter must be a Map: class java.lang.String