亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

關于hibernate Junit測試的錯誤

五月 08, 2016 12:13:36 下午 org.hibernate.Version logVersion INFO: HHH000412: Hibernate Core {5.1.0.Final} INFO: HHH000206: hibernate.properties not found INFO: HHH000021: Bytecode provider name : javassist 這怎么解決啊

正在回答

3 回答

把這個Students.hbm.xml 配置文件放到src目錄下,不要放到那個default包下?。?!

0 回復 有任何疑惑可以回復我~

<mapping resource="Students.hbm.xml" />

0 回復 有任何疑惑可以回復我~
<?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="hibernate.connection.driver_class">com.mysql.jdbc.Driver?</property>?
????????<property?name="hibernate.connection.username">root?</property>?
????????<property?name="hibernate.connection.password">root?</property>???
????????<property?name="hibernate.connection.url">jdbc:mysql://localhost:3306/imocc?useUnicode=true&characterEncoding=utf-8</property>
????????<property?name="hibernate.dialect">org.hibernate.dialect.MySQLDialect?</property>?
????????
????????<property?name="hibernate.show_sql">true?</property>
????????<property?name="hibernate.format_sql">true?</property>
????????<property?name="hibernate.hbm2ddl.auto">create?</property>
????????
????????<mapping/?resource="Students.hbm.xml">
????????
????</session-factory>
</hibernate-configuration>


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

關于hibernate Junit測試的錯誤

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號