楼下这些说什么复制粘贴的不要讲之类的,先去了解struts框架、hibernate的基础知识再来学啊,你学过后会发现这些是很简单的。
2017-05-23
<property name="hibernate.connection.url">
<![CDATA[
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8
]]>
</property> 此举解决编码问题
<![CDATA[
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8
]]>
</property> 此举解决编码问题
2017-05-22
在用Query保存hql查询的结果时,javax.presistent.jar和hibernate.jar冲突,Query的jar包只能添加herbinate.query.Query.jar报错了。
2017-05-14