Spring Boot - REST Controllers
What will happen if you annotate a class with
@RestController but forget to add @GetMapping or any request mapping on its methods?