課程
/后端開(kāi)發(fā)
/Java
/使用Struts2+Hibernate開(kāi)發(fā)學(xué)生信息管理功能
運(yùn)行Test測(cè)試方法時(shí)是這樣子
2015-09-14
源自:使用Struts2+Hibernate開(kāi)發(fā)學(xué)生信息管理功能 1-6
正在回答
3.是正確的<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/test</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password"></property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</property>
<property name="hibernate.hbm2ddl.auto">update</property>
<property name="hibernate.show_sql" >true</property>
<property name="hibernate.current_session_context_class">thread</property>
? ??
? ? <mapping resource="entity/Students.hbm.xml"/>
? ? <mapping resource="entity/Users.hbm.xml"/>
</session-factory>
</hibernate-configuration>
Life_0002 提問(wèn)者
求幫忙,看下什么原因
結(jié)果出來(lái)了?和老師演示的效果差不多。就是不太懂為什么老師沒(méi)問(wèn)題?
我也是一樣的問(wèn)題,求解!
qq_左邊_3
舉報(bào)
Strust2+Hibernate整合開(kāi)發(fā)案例,Java Web開(kāi)發(fā)技能更上一層樓
1 回答用戶(hù)表沒(méi)有生成
1 回答沒(méi)有生成表
2 回答表沒(méi)有生成
1 回答生成表失敗,刪除下面?zhèn)z句就可以生成表,請(qǐng)問(wèn)為什么啊?
4 回答沒(méi)有生成表,也沒(méi)有報(bào)錯(cuò)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-10-20
3.是正確的<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/test</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password"></property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQL5Dialect</property>
<property name="hibernate.hbm2ddl.auto">update</property>
<property name="hibernate.show_sql" >true</property>
<property name="hibernate.current_session_context_class">thread</property>
? ??
? ? <mapping resource="entity/Students.hbm.xml"/>
? ? <mapping resource="entity/Users.hbm.xml"/>
? ??
</session-factory>
</hibernate-configuration>
2016-09-07
求幫忙,看下什么原因
2016-03-13
結(jié)果出來(lái)了?和老師演示的效果差不多。就是不太懂為什么老師沒(méi)問(wèn)題?
2015-09-22