I started exploring Spring Boot and here’s what I’ve learned so far: @RestController – to handle user requests and build REST APIs @RequestMapping – to set a base path for endpoints @GetMapping – to ...