Spring Boot - REST Controllers
You want to create a REST endpoint to get details of a book by its category and ISBN. Which method signature correctly uses
@PathVariable for this URL pattern: /books/{category}/{isbn}?