(在书上抄的~)
在数据库的URL中,如果使用Hibernate,则在hibernate.cfg.xml配置中。
<property name="connection.url">
jdbc:mysql://localhost/bookstoressh?userUnicode=true&characterEncoding=gb2312
</property>
(在书上抄的~)
在数据库的URL中,如果使用Hibernate,则在hibernate.cfg.xml配置中。
<property name="connection.url">
jdbc:mysql://localhost/bookstoressh?userUnicode=true&characterEncoding=gb2312
</property>