Skip to content

mkyong/spring-mvc-form-handling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring MVC Form Handling Example

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

  1. $ mvn eclipse:eclipse
  2. Import into Eclipse via existing projects into workspace option.
  3. Done.

###4. Project Demo Please refer to this article Spring MVC Form Handling Examples