更新Readme
This commit is contained in:
parent
18a33a007d
commit
79b7de8364
|
@ -31,6 +31,7 @@
|
|||
|
||||
> 感谢你们的认可与支持 [【捐赠记录】](https://git.oschina.net/seagull1985/LuckyFrameWeb/wikis/pages?title=捐赠列表&parent=捐赠)
|
||||
|
||||
> 如果你喜欢这个项目,那就点击一下右上方的【Star】以及【Fork】,支持一下我们吧!
|
||||
|
||||
# 介绍
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<!-- 指定连接数据库所用的驱动 -->
|
||||
<property name="connection.driver_class">com.mysql.cj.jdbc.Driver</property>
|
||||
<!-- 指定连接数据库的url,hibernate连接的数据库名 -->
|
||||
<property name="connection.url">jdbc:mysql://xx.xx.xx.xx:3306/luckyframedb?serverTimezone=CTT&useUnicode=true&characterEncoding=utf8&useSSL=false</property>
|
||||
<property name="connection.url">jdbc:mysql://localhost:3306/luckyframedb?serverTimezone=CTT&useUnicode=true&characterEncoding=utf8&useSSL=false</property>
|
||||
<property name="connection.useUnicode">true</property>
|
||||
<property name="connection.characterEncoding">utf-8</property>
|
||||
<!-- 指定连接数据库的用户名 -->
|
||||
|
|
Loading…
Reference in New Issue