linfeng-community/README.md
2022-04-22 21:01:22 +08:00

114 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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