This error also occurs when you define a restController but forget to define the requestMapping.
@RestController
@RequestMapping("/api/orders") // <---- dont't forget the requestMapping
This error also occurs when you define a restController but forget to define the requestMapping.
@RestController
@RequestMapping("/api/orders") // <---- dont't forget the requestMapping