Bean-validation Questions
Ad
javax.validation.NotBlank missing validator
I have requirement that in common api module(multi module project) i can't use any kind of hibernate's validation annotations, so i did use one
How to validate a List<BigDecimal> with @DecimalMin and @DecimalMax?
In my spring project i have a pojo class with a property for a cmyk color. i want this property to be represented by a json array with exactly 4
handleMethodArgumentNotValid is not being called
Im doing this project on spring boot 2.6.2. the error is that the handlemethodargumentnotvalid is not being called, because on postman when i put
Spring webflux bean validation not working
I am trying to use bean validation in webflux. this is what i have so far: @postmapping("contact") fun create(@requestbody @valid
Ad
Blog Categories
Ad