Compare commits

...

7 Commits

Author SHA1 Message Date
SAM c6f14faccb
Update README.md 2020-02-15 21:36:59 +08:00
SAM 8941b0e600
Update README.md 2020-02-15 21:36:41 +08:00
SAM 306feb062c
Update README.md 2020-02-15 21:33:14 +08:00
SAM 776ad5ffc9
Update README.md 2020-02-15 21:32:17 +08:00
SAM 54229a3a6f
Update README.md 2020-02-15 21:30:03 +08:00
SAM 9f9dd8738f
Merge pull request #1 from WindChat/dependabot/maven/io.netty-netty-all-4.1.42.Final
Bump netty-all from 4.1.24.Final to 4.1.42.Final
2019-12-31 17:52:36 +08:00
dependabot[bot] 1e6229e59f
Bump netty-all from 4.1.24.Final to 4.1.42.Final
Bumps [netty-all](https://github.com/netty/netty) from 4.1.24.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.24.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-31 09:47:52 +00:00
2 changed files with 8 additions and 5 deletions

View File

@ -2,14 +2,15 @@
[WindChat-风信](https://gitee.com/wind-chat/wind-im/blob/master/README.md)
====
![输入图片说明](https://images.gitee.com/uploads/images/2019/1126/115843_2f02f697_1566564.png "屏幕截图.png")
![输入图片说明](https://images.gitee.com/uploads/images/2020/0215/212822_dfebbbfe_1566564.png "屏幕截图.png")
[![License](https://img.shields.io/badge/license-apache2-blue.svg)](LICENSE)
**源码仓库**
> * **Git地址**: https://gitee.com/wind-chat/wind-im.git
> * **GitHub地址**: https://github.com/WindChat/wind-im.git
> * **Gitee地址**: https://gitee.com/wind-chat/wind-im.git
@ -135,5 +136,7 @@ WindChat 具有灵活、强大的扩展机制 `(“管理平台” 就是一个
**向我们提问**
> 扫码加微信群:
<img width=200 src="https://images.gitee.com/uploads/images/2019/1231/170452_318770bc_1566564.png">
> 官方微信:
![官方微信](https://images.gitee.com/uploads/images/2020/0215/213526_62461f9d_1566564.png)
> 联系邮件an.guoyue254@gmail.com

2
pom.xml Executable file → Normal file
View File

@ -25,7 +25,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project_build_encoding>UTF-8</project_build_encoding>
<netty_version>4.1.24.Final</netty_version>
<netty_version>4.1.42.Final</netty_version>
<okhttp_version>2.7.5</okhttp_version>
<springboot_version>2.0.0.RELEASE</springboot_version>
<gson_version>2.8.2</gson_version>