本帖最后由 seven754294985 于 2013-02-17 13:58:05 编辑

解决方案 »

  1.   

    ERROR 17-02 13:49:07,106 (ContextLoader.java:initWebApplicationContext:177)  -Context initialization failed
    org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/applicationContext-resources.xml]: Could not resolve placeholder 'hibernate.connection.driver_class'看这一句就行了,其他基本上都是废话
      

  2.   

     Error registering bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/applicationContext-resources.xml]: 创建bean 的时候出错了,检查下你的配置文件
      

  3.   

    .properties文件是否和你applicationContext-resources.xml文件在一个目录。
      

  4.   

    找到原因了,配置数据库的.property文件写错了,是以hibernate.connection.这个开头的,谢谢各位