web.xml中配置
<!-- 配置spring核心监听器,默认会以 /WEB-INF/applicationContext.xml作为配置文件 -->
<listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>