SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I forgot to add @RequestBody annotation to the method argument:
@RequestBody
public TestController(@RequestBody KeeperClient testClient) { TestController.testClient = testClient; }