Annotation Name Description
@EnableWebMvc 1. if you used this annotation then it means you don't need web.xml, spring-context files etc.
2. your project is java based spring configuration. There is no need to have xml files. even you can have but that is not good a...
Springboot Annotation Description
