guns/README.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

2021-02-21 06:18:05 +00:00
<p align="center">
2021-02-21 06:18:31 +00:00
<img src="https://images.gitee.com/uploads/images/2019/0109/214218_d2aa949b_551203.png" width="300">
2021-02-21 06:18:05 +00:00
<br>
<br>
<p align="center">
Guns基于Spring Boot2致力于做更简洁的后台管理系统。支持单体和微服务架构。
<br>
<br>
<span>
<span>
2021-11-25 02:42:51 +00:00
Guns官方交流群(QQ群将迁移至微信群请扫下方二维码加官方微信群)
2021-02-21 06:18:05 +00:00
</span>
</span>
<br>
<br>
<a href="http://spring.io/projects/spring-boot">
<img src="https://img.shields.io/badge/spring--boot-2.3.5-green.svg" alt="spring-boot">
</a>
<a href="http://mp.baomidou.com">
<img src="https://img.shields.io/badge/mybatis--plus-3.4.0-blue.svg" alt="mybatis-plus">
</a>
<a href="https://www.hutool.cn/">
<img src="https://img.shields.io/badge/hutool-5.4.4-blue.svg" alt="hutool">
2021-02-21 07:09:39 +00:00
</a>
<a href="http://ibeetl.com/">
<img src="https://img.shields.io/badge/beetl-3.3.1-yellow.svg" alt="beetl">
2021-02-21 06:18:05 +00:00
</a>
</p>
</p>
2020-12-27 08:15:37 +00:00
2021-02-21 06:18:05 +00:00
-----------------------------------------------------------------------------------------------
### 更新说明
2021-02-21 07:12:33 +00:00
最新Guns 7.0已全面升级,整体模块化重构,功能更加丰富,细化。
2021-02-21 06:18:05 +00:00
### 配套手册
2021-07-26 14:35:06 +00:00
[https://www.stylefeng.cn/](https://www.stylefeng.cn/)
2021-02-21 06:18:05 +00:00
2021-02-21 07:09:39 +00:00
### 快速启动
1. 在mysql数据库中创建guns数据库推荐mysql 5.7版本。
2. 修改`application-local.yml`中的数据库连接配置连接到您的数据库。
3. 打开`GunsApplication`运行main方法即可启动新版无需运行sql初始化文件因为集成了flyway会自动初始化表。
2021-02-21 06:18:05 +00:00
### 扫码关注官方公众号和官方微信群
<table>
<tr>
<td>官方公众号</td>
<td><img src="https://images.gitee.com/uploads/images/2019/0415/104911_9bc924a5_551203.png" width="120"/></td>
<td>扫码邀请入群</td>
<td><img src="https://images.gitee.com/uploads/images/2019/0419/103622_d6e9fa5d_551203.png" width="120"/></td>
</tr>
</table>