Spring Boot - REST Controllers
You want to create a Spring Boot controller method that handles GET requests to
/product/{category}/{id} and returns a string combining both path variables. Which of the following method signatures correctly uses @GetMapping and @PathVariable annotations?