SpringMVC的DispatcherServlet默认使用哪个配置文件来构建与MVC相关的ApplicationContext?
A: web.xml
B: [servlet-name]-servlet.xml
C: applicationContext.xml
D: springMVC.xml
A: web.xml
B: [servlet-name]-servlet.xml
C: applicationContext.xml
D: springMVC.xml
举一反三
- Struts应用采用()基于XML的配置文件来配置应用。 A: web.xml B: servlet.xml C: struts-config.xml D: struts-conf.xml
- Servlet的部署文件是一个xml文件,文件名为web.xml,它保存在Web服务目录的WEB-INF子目录中。
- ApplicationContext context=new ClassPathXmlApplicationContext ("foo.xml");请问上述语句的作用是? A: 从文件系统中的XML文件载入上下文定义信息。 B: 从Web系统中的XML文件载入上下文定义信息。 C: 从类路径中的XML文件载入上下文定义信息。 D: 从C盘下的XML文件载入上下文定义信息
- Hadoop配置文件中,hadoop-site、xml显示覆盖hadoop-default、xml里的内容。在版本0、20中,hadoop-site、xml被分离成三个XML文件,不包括() A: conf-site、xml B: mapred-site、xml C: core-site、xml D: hdfs-site、xml
- SpringMVC框架中使用拦截器,需要在哪个配置文件中进行配置权限拦截器? A: web.xml B: applicationContext.xml C: spring-mvc.xml D: jdbc.proterpies