Skip to content

glukos/spring-mvc-form-handling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • JavaScript 1.2%
  • CSS 0.2%