Unable to save form data to database in spring mvc
问题 I am building a Spring MVC application where someone can fill up the form and if clicks Send then form data will save in database. I am using spring-data-jpa. But when I fill up the form and click send it shows HTTP Status 500 error. I followed every steps but its not working. Here is my Contact model, Contact service and Contact repository and the error ---> Error:::: HTTP Status 500 - Request processing failed; nested exception is org.springframework.dao