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.
SPRING MVC project with wired manual configurations.
Repository from Github https://github.compranjalisingh1201/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.