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"})
金刚狼2上映时间需要注意的是在单元测试中⼀定要注意版本是否冲突的问题,否则很容易出问题!