文件名称:Web应用启动时加载多个配置文件-Spring入门
文件大小:903KB
文件格式:PPT
更新时间:2024-05-16 03:15:14
Spring入门
Web应用启动时加载多个配置文件 在企业级的Web应用开发中,ApplicationContext.xml是在web.xml中配置的,此时可以通过实现ContextLoader接口声明式地创建ApplicationContext,而不用在代码中手动实例化ApplicationContext。 ContextLoader接口的实现类: ContextLoaderListener ContextLoaderServlet 适用Servlet2.3及以上