@Runwith(Junit4.class) // @Runwith 就是一个运行器,就是指用junit4来运行。
@Runwith(SpringJunit4classRunner.class)
@ContextConfiguration(locations={"classpath:applicationContext.xml"})