在public class 上方加上两行代码@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration("classpath:/applicationContext.xml")//你的spring配置文件路径
代码没错的话,可能是jar包问题