We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f073839 + d2653ff commit 94f9d25Copy full SHA for 94f9d25
README.md
@@ -7,3 +7,8 @@
7
2. 按照后端的要求先将后端启动起来
8
3. 然后配置ServerConf类里面的后端服务器ip
9
4. 具体流程参考后端提供的接口文档,有较为详细的说明
10
+
11
+## EasyChat相关开源项目
12
13
+#### 服务端:[EasyChatServer](https://github.com/yetel/EasyChatServer)
14
+#### Android客户端:[EasyChatAndroidClient](https://github.com/yetel/EasyChatAndroidClient)
pom.xml
@@ -22,7 +22,7 @@
22
<dependency>
23
<groupId>io.netty</groupId>
24
<artifactId>netty-all</artifactId>
25
- <version>4.1.38.Final</version>
+ <version>4.1.42.Final</version>
26
</dependency>
27
28
0 commit comments