From b8066f8bc92857a4910e9dc2300995564c172501 Mon Sep 17 00:00:00 2001 From: blue <825657193@qq.com> Date: Sat, 19 Nov 2022 11:09:32 +0000 Subject: [PATCH] update README.md. Signed-off-by: blue <825657193@qq.com> --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 851a3f6..09ac7a4 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,27 @@ npm run serve 4.访问localhost:8080 +#### 快速接入 + +服务器接入 +引入pom文件 +``` + + com.bx + im-client + 1.1.0 + +``` +依赖了redis,所以要配置redis地址: + +``` +spring: + redis: + host: 127.0.0.1 + port: 6379 + database: 1 +``` + #### 界面截图