springboot自動配置springMvc學習筆記

springboot幫我們自動配置springMvc時,只有項目中不存在WebMvcConfigurationSupport這個bean纔可以. 那麼我們的項目中就不能出現@EnableWebMvc這個註解.爲什麼呢 比如:因爲這個註解中@Import({DelegatingWebMvcConfiguration.class})這個類. 而DelegatingWebMvcConfiguration
相關文章
相關標籤/搜索