pranjalisingh1201 / SpringMVC

SPRING MVC project with wired manual configurations.

Repository from Github https://github.compranjalisingh1201/SpringMVCRepository from Github https://github.compranjalisingh1201/SpringMVC

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

About

SPRING MVC project with wired manual configurations.


Languages

Language:Java 100.0%