logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Spring——监听器ContextLoaderListener作用

ContextLoaderListener作用:  在启动Web 容器时,**自动装配**Spring applicationContext.xml 的配置信息。  因为它实现了ServletContextListener 这个接口,在web.xml 配置这个监听器,启动容器时,就会默认执行它实现的方法。在ContextLoaderListener 中关联了ContextLoader 这个类,

#spring
到底了