Kotlin, Spring Boot and Validations
Spring boot is an excellent choice for backends and with Kotlin it is even better. However, if you are running to validation issues with Kotlin, remember there is a simple issue with Kotlin Annotations.
class User(@NotNull user:String);
@Controller
...
reactandspring.hashnode.dev1 min read