Feign feign.FeignException$NotFound: status 404 reading有几种情况: 第一种情况是远程调用接口和调用的方法路径不一致,特别是远程接口路径没有写全; 第二种情况是远程类controller
Feign feign.FeignException$NotFound: status 404 reading有几种情况:
第一种情况是远程调用接口和调用的方法路径不一致,特别是远程接口路径没有写全;
第二种情况是远程类controller使用的@controller,返回的是视图层页面跳转,在SpringBoot中我们基本上都是使用@RestController,他返回的是数据。远程调用应该使用@RestController。
第三种就是我遇到这种的就是在远程调用的时候尽量不要使用路径传参,我不清楚是不是版本的文问题我用的openfeign 是2.2.0RELEASE,用路径传参就会报Feign feign.FeignException$NotFound: status 404 reading这个错误,调用不到远程接口。
下面是我的调用过程:
使用路径传参:
远程接口
远程controller方法:
修改使用远程Controller方法参数注解为@RequestParam注解传参
修改使用远程接口方法参数注解为@RequestParam注解传参
然后在运行测试结果正常调用
来源地址:https://blog.csdn.net/qq_51886300/article/details/127881431
--结束END--
本文标题: Feign feign.FeignException$NotFound: status 404 reading
本文链接: https://lsjlt.com/news/386796.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-04-01
2024-04-03
2024-04-03
2024-01-21
2024-01-21
2024-01-21
2024-01-21
2023-12-23
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0