feign.FeignException$MethodNotAllowed: [405] during [GET] to [http://user-server/user/queryByPage] [UserServiceApi#queryByPage(User)]:
[{"timestamp":"2023-03-01T06:25:58.843+00:00","status":405,"error":"Method Not Allowed","path":"/user/queryByPage"}]
在使用feign调用是默认会把请求方式转为POST。
我们把接口和API接口请求方式改成POST即可请求成功。
[405] during [GET] to [http://user-server/user/queryByPage] [UserServiceApi#queryByPage(User)]
原创
©著作权归作者所有:来自51CTO博客作者Love_ddz的原创作品,请联系作者获取转载授权,否则将追究法律责任
openfeign调用问题:
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
centos7 怎么安装QQ
Ceph简介 Ceph是一种为优秀的性能、可靠性和可扩展性而设计的统一的、分布式文件系统。 准备工作准备3台主机,并且修改主机名(hostnamectl set-hostname xxx 后重启)IP地址
centos7 怎么安装QQ ceph centos7 CentOS root权限