Spring Boot - Request and Response Handling
If a Spring Boot controller method is annotated with
@GetMapping(produces = "application/json") and the client sends Accept: text/html, what will happen?