https://kotlinlang.org logo
#spring
Title
# spring
a

Aaron Shakib

02/26/2023, 7:57 PM
what are people using to validate password requirements?
i

igor.wojda

02/27/2023, 1:34 PM
This can be done with
@Valid
annotation https://reflectoring.io/bean-validation-with-spring-boot/ BTW I am jus exploring Spring, so there may be a better solution