mirror of https://gitee.com/stylefeng/guns
更新readme
parent
f572a6365f
commit
8f983970b3
11
README.md
11
README.md
|
@ -21,6 +21,9 @@
|
|||
</a>
|
||||
<a href="https://www.hutool.cn/">
|
||||
<img src="https://img.shields.io/badge/hutool-5.4.4-blue.svg" alt="hutool">
|
||||
</a>
|
||||
<a href="http://ibeetl.com/">
|
||||
<img src="https://img.shields.io/badge/beetl-3.3.1-yellow.svg" alt="beetl">
|
||||
</a>
|
||||
</p>
|
||||
</p>
|
||||
|
@ -35,6 +38,14 @@
|
|||
|
||||
[https://doc.stylefeng.cn/](https://doc.stylefeng.cn/)
|
||||
|
||||
### 快速启动
|
||||
|
||||
1. 在mysql数据库中创建guns数据库,推荐mysql 5.7版本。
|
||||
|
||||
2. 修改`application-local.yml`中的数据库连接配置连接到您的数据库。
|
||||
|
||||
3. 打开`GunsApplication`运行main方法即可启动,注:新版无需运行sql初始化文件,因为集成了flyway会自动初始化表。
|
||||
|
||||
### 扫码关注官方公众号和官方微信群
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue