Spring Boot - REST Controllers
How can you combine
@GetMapping with request parameters to handle a GET request like /search?query=spring and return the query value?