Spring MVC Hello World with Maven and Eclipse

In this article, we will go through the steps to create a Spring MVC application using Maven, Eclipse and deploy it on Tomcat server.   Here is an overview of the steps involved:   Create Maven web project Import project in Eclipse Add required spring mvc dependencies. Define the DispatcherServlet in web.xml Create servlet.xml for application […]