SpringCloud Feign报错:Method has too many Body parameters
报错:Caused by: java.lang.IllegalStateException: Method has too many Body parameters:
解决:
调用方添加@RequestParam注解
提供服务方使用@Param注解
参考文章:SpringCloud Feign报错:Method has too many Body parameters
报错:Caused by: java.lang.IllegalStateException: Method has too many Body parameters:
解决:
调用方添加@RequestParam注解
提供服务方使用@Param注解
参考文章:SpringCloud Feign报错:Method has too many Body parameters