如果是 hibernate.cfg.xml 文件配置
<property name="connection.url">
jdbc:mysql://localhost:3306/didoleo?useUnicode=true&characterEncoding=UTF-8
</property>
如果是 hibernate.properties文件配置
jdbc:mysql://localhost:3306/didoleo?useUnicode=true&characterEncoding=UTF-8