Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
605 views

Feign Client fails to compile, it treats BindingResult as a second Body parameter

I'm learning to use Spring's Feign Client, so I've built two simple projects (serviceA and serviceB) to test it out. I have the following code: serviceA rest interface: @RequestMapping("/users") ...
DraegerMTN's user avatar
  • 1,151