79166644

Date: 2024-11-07 13:32:02
Score: 3
Natty:
Report link

Turns out, that when adding the @RequestBody annotation, I was importing the annotation from Swagger, not the annotation from Springframework.web.bind.annotation.

In Summary, I was importing the wrong @RequestBody. :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @RequestBody
  • User mentioned (0): @RequestBody
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Laughcheeta1