feat:更新readme

This commit is contained in:
zhongzb
2023-07-01 18:15:21 +08:00
parent 0b86ee9d21
commit 9a29546225
7 changed files with 43 additions and 3 deletions

View File

@@ -22,7 +22,11 @@ MallChat的后端项目是一个既能购物又能即时聊天的电商系统
## 项目介绍
抹茶聊天是一个IM项目通过netty实现和前端的websocket连接。内含微信扫描登录成员列表上下线动画,消息列表消息互动还有很多实用的小轮子列如aop日志分布式锁注解频控注解ip解析归属地等持续更新中。。。
抹茶聊天是一个IM项目通过netty实现和前端的websocket连接。内含微信扫描登录成员列表消息列表消息互动丰富的消息类型,还有很多实用的小轮子列如aop日志分布式锁注解频控注解ip解析归属地等持续更新中。。。
![p92nKne.png](./docs/image/项目大纲.jpg)
![p92nKne.png](./docs/image/设计模式.jpg)
### 项目演示
@@ -31,7 +35,9 @@ MallChat的后端项目是一个既能购物又能即时聊天的电商系统
- 前端项目地址:[https://github.com/Evansy/MallChatWeb](https://github.com/Evansy/MallChatWeb)
- 项目演示地址:[https://mallchat.cn](https://mallchat.cn) (记住抹茶.cn下次工作摸鱼可直接打开)
![p92nKne.png](https://s1.ax1x.com/2023/05/15/p92nKne.png)
![p92nKne.png](./docs/image/群聊截图.jpg)
![p92nKne.png](./docs/image/复杂图片.jpg)
### 技术选型
@@ -52,6 +58,7 @@ MallChat的后端项目是一个既能购物又能即时聊天的电商系统
| Hutool | Java工具类库 | https://github.com/looly/hutool |
| Swagger-UI | API文档生成工具 | https://github.com/swagger-api/swagger-ui |
| Hibernate-validator | 接口校验框架 | [hibernate.org/validator/](hibernate.org/validator/) |
| minio | 自建对象存储 | https://github.com/minio/minio |
#### 前端技术
@@ -67,7 +74,9 @@ MallChat的后端项目是一个既能购物又能即时聊天的电商系统
更多有趣功能在持续更新中。。。
![p92Qa2q.png](https://s1.ax1x.com/2023/05/15/p92Qa2q.png)
![p92Qa2q.png](./docs/image/文档1.jpg)
![p92Qa2q.png](./docs/image/文档2.jpg)
## star 趋势图
@@ -78,6 +87,37 @@ MallChat的后端项目是一个既能购物又能即时聊天的电商系统
<img src="https://contrib.rocks/image?repo=zongzibinbin/MallChat" />
</a>
<h4>优秀贡献者:</h4>
<table>
<tr border>
<th width="30%">用户</th>
<th>贡献模块</th>
</tr>
<tr>
<td align="center" rowspan="3"><a href="https://github.com/LIjiAngChen8"><img src="https://avatars.githubusercontent.com/u/48879481?v=4" style="border-radius: 50%; width: 100px; height: 100px;"></a></td>
<td><a href="https://github.com/Evansy/MallChatWeb/pull/72">前端 图片,语音,文件类型消息</a></td>
</tr>
<tr>
<td><a href="https://github.com/Evansy/MallChatWeb/pull/50">前端 撤回消息</a></td>
</tr>
<tr>
<td><a href="https://github.com/Evansy/MallChatWeb/pull/28">前端 消息点赞</a></td>
</tr>
<tr>
<td align="center" rowspan="2"><a href="https://github.com/1045078399"><img src="https://avatars.githubusercontent.com/u/82020261?v=4" style="border-radius: 50%; width: 100px; height: 100px;"></a></td>
<td><a href="https://github.com/zongzibinbin/MallChat/pull/31">DFA敏感词检测</a></td>
</tr>
<tr>
<td><a href="https://github.com/zongzibinbin/MallChat/pull/64">OpenAI聊天机器人</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/xiaocairush"><img src="https://avatars.githubusercontent.com/u/6416523?v=4" style="border-radius: 50%; width: 100px; height: 100px;"></a></td>
<td><a href="https://github.com/zongzibinbin/MallChat/pull/42">ac自动机敏感词检测</a></td>
</tr>
</table>
## 公众号
微信搜索 **阿斌Java之路** 关注我的原创公众号,后台回复「**抹茶**」即可加入抹茶交流群,一些做过公司万人群聊,高并发的小伙伴都在里面讨论方案。公众号也会经常更新项目相关的文档,等你来撩~~

BIN
docs/image/复杂图片.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

BIN
docs/image/文档1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
docs/image/文档2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/image/群聊截图.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

BIN
docs/image/设计模式.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/image/项目大纲.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB