hibernate 老说没有配方言 <property
name="dialect">org.hibernate.dialect.MySQLDialect</property> name 改成"hibernate.dialect"也不行 Hibernate-Version: 3.1.1
try { sessionFactory =
configuration.configure().buildSessionFactory();
throw new ExceptionInInitializerError(ex); 这
种方式会出现异常 第二种方式是针对使用properties文件配置 hiernate的写法,使用hibernate.cfg.xml应使用第一种调用方式 或 者在hibernate.cfg.xml中加入:
<property name="current_session_context_class">thread</property>
|
|
来自: ShangShujie > 《我的图书馆》