Template for a Spring 4 MVC Form Handling example. A complete Spring MVC CRUD example with HTML form, using Spring validator and Bootstrap for CSS styling.
###1. Technologies used
- Maven 3.0
- Spring 4.1.6.RELEASE
- HSQLDB 2.3.2
- Bootstrap 3
###2. To Run this project locally
$ git clone https://github.com/mkyong/spring-mvc-form-handling
$ mvn jetty:run
Access http://localhost:8080/spring-mvc-form/
###3. To import this project into Eclipse IDE
$ mvn eclipse:eclipse
- Import into Eclipse via existing projects into workspace option.
- Done.
###4. Project Demo Please refer to this article Spring MVC Form Handling Examples