我说 老大 你就不会try  catch  e.getMessage()么?你以为我是编译器哦
 你只贴Spring配置文件那么你认为问题在那了 你写个main方法
try
{
 ApplicationContext contextforlist = new ClassPathXmlApplicationContext("applicationContext.xml");
}
catch(Exception e)
{
System.out.println("错误" + e.getMessage());
} 这样Spring配置文件错那哪不就知道了