All Questions
1 question
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")
...