当 Spring 处理配置文件名时,有一些默认值......
- 在我的 web.xml 中注册 DispatcherServlet 时,Spring 默认查找名为
<servletname>
-servlet.xml的文件 - 在我的 web.xml 中注册 ContextLoadListener 时,Spring 默认查找文件名 applicationContext.xml
因此我问:当我使用 Spring Security 时,Spring 会查找默认文件名吗?还是我总是必须通过<context-param> <param-name> contextConfigLocation </param-name>filename</param-value></context-param>
...手动配置它???