Java读取WEB-INF下的配置⽂件
红包8字幽默短留言⼀,配置⽂件位于类路径下
例如下图的l
在代码中:父亲的草原母亲的河歌词
ApplicationContext applicationContext = new ClassPathXmlApplicationContext("l");
在单元测试中:
投篮姿势@RunWith(SpringJUnit4ClassRunner.class)读取配置文件失败
@ContextConfiguration(locations={"l"})
⼆,配置⽂件位于WEB-INF⽬录下
范玮琪婚纱照在代码中:
ApplicationContext applicationContext = new new FileSystemXmlApplicationContext("src/main/webapp/WEB-INF/l"); 在单元测试中:
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations={"file:src/main/webapp/WEB-INF/l"})
发布评论