更新Readme

This commit is contained in:
seagull 2018-11-20 16:41:20 +08:00
parent 18a33a007d
commit 79b7de8364
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
> 感谢你们的认可与支持 [【捐赠记录】](https://git.oschina.net/seagull1985/LuckyFrameWeb/wikis/pages?title=捐赠列表&parent=捐赠)
> 如果你喜欢这个项目那就点击一下右上方的【Star】以及【Fork】支持一下我们吧
# 介绍

View File

@ -8,7 +8,7 @@
<!-- 指定连接数据库所用的驱动 -->
<property name="connection.driver_class">com.mysql.cj.jdbc.Driver</property>
<!-- 指定连接数据库的urlhibernate连接的数据库名 -->
<property name="connection.url">jdbc:mysql://xx.xx.xx.xx:3306/luckyframedb?serverTimezone=CTT&amp;useUnicode=true&amp;characterEncoding=utf8&amp;useSSL=false</property>
<property name="connection.url">jdbc:mysql://localhost:3306/luckyframedb?serverTimezone=CTT&amp;useUnicode=true&amp;characterEncoding=utf8&amp;useSSL=false</property>
<property name="connection.useUnicode">true</property>
<property name="connection.characterEncoding">utf-8</property>
<!-- 指定连接数据库的用户名 -->