Spring Boot - Request and Response Handling
What does the
@Validated annotation do when placed on a Spring Boot controller class?@Validated annotation do when placed on a Spring Boot controller class?@Validated annotation activates validation for method parameters annotated with validation constraints in the controller.MethodArgumentNotValidException or similar, not disabling validation or logging silently.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions