Skip to content

anandp2304/SpringMaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors