Wednesday, April 2, 2014

Spring Mvc Hello World Example With Annotation

We are going to create a spring mvc base example with annotations in eclipce.
In this example we will print a message "Hello World" on screen and will handle some common errors like 404 (URL not found) or 500 (internal server error).