Good afternoon! I\'m starting spring studies, I\'m following a tutorial the same way, but it returns an error:
Folder structure:
The strange th
As a beginner to the SpringBoot, this error can be happened to anyone at least one time, because for a few reasons.
@SpringBootApplication or extends SpringBootApplication@RestController annotation at top of the controller class.@PostMapping("/save") or @GetMapping("/id") etc.)@RequestMapping("/customer")(if the annotation available in your controller class) or spellings error in the URL.