linfeng-community/README.md

114 lines
2.9 KiB
Markdown
Raw Normal View History

2022-04-17 16:14:41 +08:00
# linfeng-community
2022-04-17 19:09:44 +08:00
#### 1.介绍
2022-04-17 18:55:50 +08:00
社交论坛uniapp小程序/H5版本基于SpringBoot2+MybatisPlus+Shiro+jwt+Redis+Vue+Uniapp的前后端分离的社交论坛问答发帖/BBS项目 项目分为Uniapp用户端兼容H5和微信小程序版本和Vue后台管理端包括完整的权限处理 基于以下技术栈开发SpringBoot2、MybatisPlus、Shiro、jwt、Redis、Vue、Uniapp、MySQL5.7。
2022-04-17 16:14:41 +08:00
2022-04-17 19:09:44 +08:00
#### 2.软件演示
2022-04-17 16:14:41 +08:00
2022-04-22 21:08:10 +08:00
##### 2.1移动端H5演示版本手机扫码浏览/输入手机号登录)
2022-04-17 16:14:41 +08:00
2022-04-17 19:09:44 +08:00
![移动端H5二维码](https://gitee.com/virus010101/linfeng-community/raw/master/images/er.png)
##### 2.2移动端效果截图
2022-04-22 21:01:22 +08:00
<img src="https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic11.png"/>
2022-04-17 19:09:44 +08:00
2022-04-22 21:01:22 +08:00
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic12.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic13.png)
2022-04-17 19:09:44 +08:00
##### 2.3后台管理端效果截图
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic05.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic06.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic07.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic08.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic09.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic10.png)
![](https://gitee.com/virus010101/linfeng-community/raw/master/images/showPic03.png)
2022-04-17 20:22:06 +08:00
#### 3.安装教程
2022-04-17 16:14:41 +08:00
2022-04-17 20:30:45 +08:00
1. 配置数据库和redis。先启动redis再启动后端api服务
2. 数据库请使用MySQL5.7,其他版本可能会有问题
3. 配置后台前端 先npm install 下载依赖后再npm run dev即可
2022-04-17 20:22:06 +08:00
#### 4.必看说明
2022-04-17 22:40:27 +08:00
1.**后台前端的代码**在**\src\main\resources\static\linfeng-community-vue**目录下!
2022-04-17 20:22:06 +08:00
2022-04-17 22:40:27 +08:00
2.**后台管理系统和后台管理系统后端API已经全部开源**。
2022-04-17 20:22:06 +08:00
2022-04-22 21:08:10 +08:00
**用户端代码未开源**需要源码联系客服收费分为mini版本和标准版
2022-04-17 20:22:06 +08:00
2022-04-17 22:40:27 +08:00
<img src="https://gitee.com/virus010101/linfeng-community/raw/master/images/mine.jpg" style="zoom: 25%;" />
2022-04-17 20:22:06 +08:00
2022-04-17 22:40:27 +08:00
2022-04-18 13:01:48 +08:00
3. SQL文件开源的在QQ群开源不易**请左上角star后备注gitee的用户名加QQ群640700429获取**
2022-04-17 20:22:06 +08:00
2022-04-17 20:30:45 +08:00
<img src="https://gitee.com/virus010101/linfeng-community/raw/master/images/qrcode.jpg" style="zoom:25%;" />
2022-04-17 20:22:06 +08:00
#### 5.版本更新记录
2022-04-17 22:40:27 +08:00
<u>2022.04.17</u>
2022-04-17 20:22:06 +08:00
**V1.2.1发布**
1.新增防止重复提交注解
2.扩大匿名访问权限
3.优化小程序登录
4.新增后台前端面板统计数据
5.移动端用户手机号脱敏处理
6.新增帖子上下架处理
2022-04-17 22:40:27 +08:00
<u>2022.04.04</u>
2022-04-17 20:22:06 +08:00
**V1.2发布**
1.优化私聊模块
2.新增置顶功能
3.优化UI
4.优化消息已读未读的处理
5.其他bug修复
2022-04-17 22:40:27 +08:00
<u>2022.03.05</u>
2022-04-17 20:22:06 +08:00
**V1.1发布**
移动端适配H5
移动端分享功能优化
移动端其他bug修复
2022-04-17 22:40:27 +08:00
<u>2022.01.29</u>
2022-04-17 20:22:06 +08:00
**V1.0发布**