79438631

Date: 2025-02-14 07:32:48
Score: 3
Natty:
Report link

In my case, It was @RequestBody import, which was wrongly pointing to import io.swagger.v3.oas.annotations.parameters.RequestBody;

to solve I have used below import import org.springframework.web.bind.annotation.RequestBody;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @RequestBody
  • Low reputation (1):
Posted by: Shubham M Saini