关于Spring配置文件,说法正确的是(2项)
A: Spring配置文件必须命名为applicationContext.xml
B: Spring配置文件可以有多个
C: Spring必须位于类路径下
D: ContextLoaderListener监听器默认在WEB-INF下寻找Spring配置文件
A: Spring配置文件必须命名为applicationContext.xml
B: Spring配置文件可以有多个
C: Spring必须位于类路径下
D: ContextLoaderListener监听器默认在WEB-INF下寻找Spring配置文件
举一反三
- 以下关于Spring配置文件说法不正确的是() A: Spring只能有一个配置文件 B: Spring可以有多个配置文件 C: Spring的配置文件名必须是“applicationContext” D: Spring的配置文件名不必是“applicationContext”
- 下列关于Spring配置文件的说法不正确的是( )。 A: 把applicationContext.xml文件放到src目录下,Spring也可以读到 B: Spring默认是读取/WEB-INF/applicationContext.xml配置文件 C: Spring的配置文件可以配置在类路径下,并可以重命名,但是需要在web.xml文件中指定 D: 可以通过在web.xml中的<context-param><param-name>和<param-value>进行指定Spring配置文件
- 下列关于Spring配置文件的说法不正确的是( ) A: Spring默认是读取/WEB-INF/applicationContext.xml配置文件 B: Spring的配置文件可以配置在类路径下,并可以重命名,但是需要在web.xml文件中指定 C: 把applicationContext.xml文件放到src目录下,Spring也可以直接读到 D: 可以通过在web.xml中的 和 进行指定Spring配置文件
- 下列关于Spring配置文件的说法不正确的是( )。 A: Spring默认是读取/WEB-INF/applicationContext.xml配置文件 B: Spring的配置文件可以配置在类路径下,并可以重命名,但是需要在web.xml文件中指定 C: 把applicationContext.xml文件放到src目录下,Spring也可以读到 D: 可以通过在web.xml中的<context-param><param-name>和<param-value>进行指定Spring配置文件
- Spring的配置文件说法正确的有() A: Spring配置文件必须包含applicationContext.xml。 B: Spring配置文件可以不叫applicationContext.xml。 C: Spring配置文件可以有多个。 D: Spring配置文件只能有一个。