Skip to content

pranjalisingh1201/SpringMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages