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的主要内容,如果未能解决你的问题,请参考以下文章