Spring MVC, as it is known, is a Web infrastructure system in the Spring ecosystem. Spring MVC uses InternalResourceViewResolver class as default resolver, and this resolver class works with JSP view objects. But in Spring MVC, there are also resolvers that can …