- 传统web.xm中配置两个上下文+两个context对应的xml+两个上下文bean分别手动配置
- 传统web.xm中配置两个上下文+两个context对应的xml+
<mvc:annotation-driven />+ComponentScan
- 继承
AbstractAnnotationConfigDispatcherServletInitializer
或WebApplicationInitializer
- 基于javaconfig+
@EnableWebMvc
+WebMvcConfigurerAdapter
原文地址:https://www.cnblogs.com/jiangtao1218/p/10226693.html
时间: 2024-10-10 03:01:55