Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 authored Nov 1, 2019
1 parent cc5bc9f commit 86b0476
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# EasyChat Server

* 本服务是一个简单的聊天im软件后端程序,采用springboot + netty框架
* 本服务是一个简单的聊天im软件后端程序,采用SpringBoot + Netty框架
* 提供了单聊 群聊 发送消息 发送图片等简单功能
* 提供了两种类型的客户端 Android 跟 javafx客户端
* 提供了两种类型的客户端 Android 跟 JavaFx客户端
* 具体的系统内容可以查看接口文档

## 使用说明
Expand All @@ -12,6 +12,12 @@
4. 从项目resource目录下面的sql目录获取表结构数据,运行创建表结构
5. 说明文档可以查看resource目录下面的readme目录下的接口文档,基本接口信息都有记录

## 启动说明

> 执行下面的命令
``` dos
java -jar EasyChatServer.jar
```

## EasyChat相关开源项目

Expand Down

0 comments on commit 86b0476

Please sign in to comment.