Spring Mvc Example
We are going to create a spring mvc base example with maven in eclipce.
In this example we will print a message "Hello World" on screen and will handle same common errors like 404 (URL not found) or 500 (internal server error).
1. Click on File -> New -> other and select Maven Project