使用 ClassPathXmlApplicationContext 保空指针,而用FileXmlApplicationContext 就没问题,请问是哪里的问题,跟XML 位置有关吗?
//传去xml的路径
public test1(){
super("classpath:applicationContext.xml");
}
路径你填错了,不能完全抄,要理解