Skip to content

youcef-f/spring4-mvc-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

Spring 4 MVC Hello World Example with Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 93.1%
  • Dockerfile 5.7%
  • CSS 1.2%