I have marked the request body parameter in a method in a resource class as @RequestBody, and added spring-boot-starter-validation as a dependency in my pom, yet Spring Boot is not throwing any error when it is not provided in a REST request. What am I missing?