问答详情
源自:1-11 通过Hibernate API编写访问数据库的代码

Hibernate / Junit 运行出错

56ff61ac000183ec05000195.jpg


56ff61f00001e67705000252.jpg

错误:org.hibernate.HibernateException: Connection cannot be null when 'hibernate.dialect' not set

已经从零开始编写代码3次了,依然没有找到错误;

求详解,非常感谢!

提问者:夜阑风语丿 2016-04-02 14:12

个回答

  • hyacinth小堇
    2016-04-02 17:03:22
    已采纳

    //创建配置对象

    Configuration config = new Configuration().configure();

    要获取到hibernate.cfg.xml中的信息


  • ting0fdnb
    2016-05-05 17:11:07

    没看懂什么意思,怎么获取信息?