hibernate mysql url

来源:互联网 发布:淘宝运营直播 编辑:程序博客网 时间:2024/06/04 19:59





hibernate.cfg.xml配置:

<property     name="connection.url">   
          jdbc:mysql://localhost:3306/didoleo?useUnicode=true&amp;characterEncoding=UTF-8   
       </property>
jdbc.properties配置:

jdbc:mysql://localhost:3306/didoleo?useUnicode=true&characterEncoding=UTF-8


http://jackflysky.iteye.com/blog/688122