Oct 14, 2018 — Spring Boot's Bean Validation support comes with the validation ... validateRequestParameter( @RequestParam("param") @Min(5) int ... making it a bad request), we can add a custom exception handler to our contoller:.
spring-requestparam-custom-validation
Jan 17, 2021 — spring requestparam custom validation. How to handle it? The best solution here is to fail fast, that is to validate the request as soon as possible ... 3925e8d270
spring requestparam custom validation, spring boot requestparam custom validation
Comments