你需要在测试类上面加上
@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations = "classpath:ApplicationContext.xml")
加载配置文件