Spring中文文档
2021-03-19 21:27
阅读:588
标签:bsp 字符串 pat 外部 位置 contain path nbsp text 为 Spring中文文档 标签:bsp 字符串 pat 外部 位置 contain path nbsp text 原文地址:https://www.cnblogs.com/baldprogrammer/p/13936926.html1.2.2 实例化容器(container)
ApplicationContext
构造器提供的一个或多个路径使得容器能够从这些资源字符串中加载配置元数据从多样的外部资源位置。比如本地文件系统,类路径等。
ApplicationContext context = new ClassPathXmlApplicationContext("services.xml", "daos.xml");
评论
亲,登录后才可以留言!