/SpringMVC

SPRING MVC project with wired manual configurations.

Primary LanguageJava

SpringMVC

It does not have a front controller - Dispatcher Servlet to map the request, Also it does not have an application.properties file so we have to do all the configurations manually in the web.xml file.

  1. Set up Spring MVC Project with Tomcat Server. Add Server as server and as a library. Run the Maven project on the server. image
  2. POM SETUP : image
  3. WEB.XML SETUP: image
  4. SpringMVC-servlet.xml : image
  5. Result.jsp: image

OUTPUT: image