Jireh程序猿的那些事 Jireh程序猿的那些事

记录分享生活、程序、信息的精彩人生

目录
Feign:Method has too many Body parameters
/  

Feign:Method has too many Body parameters

Feign:Method has too many Body parameters

调用feign client的时候报了一个这个错误,发现因为用了PostMapping,然后在feign中有多个@RequestBody造成的。


feign中可以有多个@RequestParam,但只能有不超过一个@RequestBody。


如果觉得这篇文章不错的话,请我喝一杯 咖啡☕吧
标题:Feign:Method has too many Body parameters
作者:Jireh
地址:https://jireh.xyz/articles/2020/04/17/1587093649689.html
本作品由 Jireh 采用 署名 – 非商业性使用 – 禁止演绎 4.0 国际许可协议进行许可,转载请注明出处。