Google News
logo
Java Spring MVC - Interview Questions
What does an additional configuration file contain in Spring MVC application?
The Spring MVC application contains an additional configuration file that contains the properties information. This file can be created either in the form of an xml file or properties file. In this file, we generally define the base-package and view resolver where DispatcherServlet searches for the controller classes and view components path. However, it can also contain various other configuration properties.
Advertisement