Spring:ContextLoaderListener作用
参考资料
1 Spring之ContextLoaderListener的作用
http://lei2006.blog.sohu.com/116206469.html
使用spring除了添加必要的jar包,另外在web.xml一定要加上启动spring的监听器,这样配置在xml文件中的bean才会初始化
如你在web.xml这样作了配置:(web.xml 2.4)
发布时间: 2012-09-10 11:02:32 作者: rapoo
Spring:ContextLoaderListener作用
参考资料
1 Spring之ContextLoaderListener的作用
http://lei2006.blog.sohu.com/116206469.html
使用spring除了添加必要的jar包,另外在web.xml一定要加上启动spring的监听器,这样配置在xml文件中的bean才会初始化
如你在web.xml这样作了配置:(web.xml 2.4)