springboot自动配置springMvc学习笔记

springboot帮我们自动配置springMvc时,只有项目中不存在WebMvcConfigurationSupport这个bean才可以. 那么我们的项目中就不能出现@EnableWebMvc这个注解.为什么呢 比如:因为这个注解中@Import({DelegatingWebMvcConfiguration.class})这个类. 而DelegatingWebMvcConfiguration
相关文章
相关标签/搜索