WEB开发网
开发学院WEB开发Jsp Java基础 spring中如何加载多个配置文件 阅读

Java基础 spring中如何加载多个配置文件

 2008-03-31 20:41:46 来源:WEB开发网   
核心提示: 1.第一种,使用数组 代码 applicationContext contex=new ClassxmlApplicationContext(bew String["a1.xml","a2.xml"]); 2.第二种,Java基础 spring中如何加载多个配置文件,只用通配符
 

1.第一种,使用数组

代码

applicationContext contex=new ClassxmlApplicationContext(bew String["a1.xml","a2.xml"]);

2.第二种,只用通配符

代码

ApplicationContext contex=new ClassXmlApplicationContext("a*.xml");

//但此种方法只对文件系统中的xml文件有效,针对jar包中的无效

3.第三种,引入

代码

ApplicationContext contex=new ClassXmlApplicationContext("a1.xml");

//在a1.xml中

//执行resource路径为相对a1.xml的路径

Tags:Java 基础 spring

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接