java.lang.UnsupportedOperationException: The user must supply a JDBC connection
hibernate的配置出了问题,仔细检查下
结果发现原来在我的 hibernate.cfg.xml 中配置数据库路径时多出了一个空格,很不明显,哎,把空格去掉就好了
<property name="hibernate.connection.url ">jdbc:mysql://localhost/hibernate_first</property>
org.hibernate.HibernateException: Hibernate Dialect must be explicitly set
方言没有设置