Hibernate中报错:’hibernate.dialect’ must be set when no Connection avalable
Hibernate中报错:Caused by: org.hibernate.HibernateException: \'hibernate.dialect\' must be set when no Connection available 解决办法: 在applicationContent.xml中的hibernate配置中加入mysql5的方言属性: <bean id=\"sessionFac