Closed ding-ma closed 4 years ago
Yes, I did this for the UserDto class; where else do you want that validation?
I added in the controller, see commit 54d8bfbf2839ff66efc66405828fb0105ddfefeb
i was already doing that check with the spring boot libs so i reverted the commit
Checking for instance if the email contains @, ends with .com/,ca/.edu..... Check if there are some lib that can do that instead of using regex