Open YuriValle opened 8 months ago
I don't want my team to spend time and effort validating fields. Using the @Valid annotation this issue can be managed.
@Valid
https://www.baeldung.com/kotlin/valid-spring-annotation
I don't want my team to spend time and effort validating fields. Using the
@Valid
annotation this issue can be managed.