为了账号安全,请及时绑定邮箱和手机立即绑定

Caused by: org.hibernate.HibernateException: /hibernate.cfg.xml not found

Caused by: org.hibernate.HibernateException: /hibernate.cfg.xml not found

慕哥1162059 2017-11-19 12:16:56
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"><hibernate-configuration>    <session-factory>      <property name="connection.username">root</property>      <property name="connection.password">root</property>     <property name="connection.driver_class">com.mysql.jdbc.Driver</property>        <property name="connection.url">jdbc:mysql://localhost:3306/hibernate?useUnicode=true&amp;characterEncoding=UTF-8</property>    <property name="dialect">org.hibernate.dialect.MySQL5Dialect</property>    <property name="show_sql">true</property>    <property name="format_sql">true</property>    <property name="hibernate.hbm2ddl.auto">create</property>        <mapping resource="com/imooc/entity/Grade.hbm.xml"/>    <mapping resource="com/imooc/entity/Student.hbm.xml"/>    </session-factory></hibernate-configuration>
查看完整描述

1 回答

已采纳
?
翔仔

TA贡献35条经验 获得超44个赞

找不到hibernate.cfg.xml这个配置文件,请确保该文件存在或者读取路径正确

查看完整回答
1 反对 回复 2017-11-19
  • 1 回答
  • 0 关注
  • 1023 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信