SpringCloud Feign 报错 Request method 'POST' not supported 的解决办法

Feign 调用的方法的注解为 @GetMapping,但是一直报错 Request method 'POST' not supported

解决方案

如果 Feign 代理的是 get 请求,则每个参数必须带上 @RequestParam 注解,否则会报 POST not supported

posted @ 2022-05-03 17:38  变体精灵  阅读(491)  评论(0编辑  收藏  举报