错误详情如下:
解决方案:检查hibernate.cfg.xml文件中是否有如下代码以及书写是否正确,修改正确即可。
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/hibernate</property>
错误详情如下:
解决方案:检查hibernate.cfg.xml文件中是否有如下代码以及书写是否正确,修改正确即可。
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/hibernate</property>
相关文章: