79200225

Date: 2024-11-18 14:05:28
Score: 2
Natty:
Report link

One issue is that your request mapping is missing the '/':

@RequestMapping("json1") -> @RequestMapping("/json1")

@RequestMapping("user") -> @RequestMapping("/user")

It could help :)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: phasta352