derrickie 2017-01-13 09:14 采纳率: 33.3%
浏览 2780

SSH启动出现Unable to open JDBC connection

Error creating bean with name 'sessionFactory' defined in file [E:\apache-tomcat-7.0.73-windows-x64\apache-tomcat-7.0.73\webapps\Registration\WEB-INF\classes\config\spring-common.xml]: Invocation of init method failed; nested exception is org.hibernate.tool.schema.spi.SchemaManagementException: Unable to open JDBC connection for schema management target

  • 写回答

2条回答

  • 梦醒何处_ 2017-01-13 13:53
    关注

    sessionFactory 工厂没有注入

    @Autowired
    private SessionFactory sessionFactory;

    评论

报告相同问题?

悬赏问题

  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
  • ¥15 再不同版本的系统上,TCP传输速度不一致
  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程