This is a spring mvc web project to exercise the hibernate validation.
Tips: 1.Check out the project 2.Run : gradle idea 3.Run : gradle jettyRun 4.Open url: http://localhost:8080/springValidation/login 5. You will see the login page, the email should be the right format and the password should be between 6 and 15 characters.