Browse Source

update README.md.

Signed-off-by: blue <825657193@qq.com>
master
blue 3 years ago
committed by Gitee
parent
commit
b8066f8bc9
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 21
      README.md

21
README.md

@ -77,6 +77,27 @@ npm run serve
4.访问localhost:8080
#### 快速接入
服务器接入
引入pom文件
```
<dependency>
<groupId>com.bx</groupId>
<artifactId>im-client</artifactId>
<version>1.1.0</version>
</dependency>
```
依赖了redis,所以要配置redis地址:
```
spring:
redis:
host: 127.0.0.1
port: 6379
database: 1
```
#### 界面截图

Loading…
Cancel
Save