Maven - Spring 3 MVC Hello World

Template for Spring 3 MVC + JSP view + Annotation configuration, using Maven build tool.

1. Technologies used

2. To Run this project locally

$ git clone https://github.com/mkyong/spring3-mvc-maven-annotation-hello-world
$ mvn jetty:run

Access http://localhost:8080/spring3

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 Maven - Spring 3 MVC Hello World + Annotation