Spring / Spring MVC Interview questions
What is the role of @EnableWebMvc in Spring MVC?
Using @EnableWebMvc, spring enables the MVC related configuration.
@EnableWebMvc annotation is applied on configuration class with @Configuration annotation.
More Related questions...