spring的applicationContext.xml如何自动加载
1个回答
展开全部
用spring的时候需要一个bean容器来管理所有的bean,所有bean默认是写在applicationContext.xml里的,在web.xml里面是这么设置的, 方式一:
contextConfigLocation
/WEB-INF/dispatcherServlet-servlet.xml
org.springframework.web.context.ContextLoaderListener
是可选项,如果没有的话就加载applicationContext.xml,也可以用它指定其他配置文件。 方式二:
context
org.springframework.web.context.ContextLoaderServlet
这种没用过。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询