money213 / spring4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring 4 MVC Example (Java Configuration) + Maven

Template example for Spring 4 MVC + JSP View with pure Java Configuration (no XML), using Maven build tool.

###1. Technologies

  • Spring 4.3.0.RELEASE
  • Maven 3.3.3
  • JSTL 1.2

###2. To Run this project locally

$ git clone https://github.com/viralpatel/spring4-mvc-example
$ mvn tomcat7:run

Access http://localhost:8080/spring4/hello

###3. To import this project in Eclipse IDE

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

###3. Project Demo Please refer to this article Spring 4 MVC Hello World

About


Languages

Language:Java 99.4%Language:CSS 0.6%