From ba90c8726b81a24df55802ec4d8984f737f589b2 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Fri, 1 Feb 2019 10:32:35 +0800 Subject: [PATCH 1/2] Update README.md --- spring-boot/spring-boot-websocket/README.md | 27 +++++++++++---------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/spring-boot/spring-boot-websocket/README.md b/spring-boot/spring-boot-websocket/README.md index d3c30b2..c2bec8a 100644 --- a/spring-boot/spring-boot-websocket/README.md +++ b/spring-boot/spring-boot-websocket/README.md @@ -1,17 +1,18 @@ # spring boot websocket - ## 目录
-一、说明
-    1.1 项目结构说明
-    1.2 主要依赖
-二、spring boot websocket
-        2.1 创建消息处理类ChatSocket,使用@ServerEndpoint声明websocket服务
-        2.2 配置ServerEndpointExporter,ServerEndpointExporter会在运行时候自动注册我们用@ServerEndpoint声明的websocket服务。
-        2.3 前端websocket的实现
-        2.4 简单登录的实现
-## 正文
- - - + +## 目录
+一、说明
+    1.1 项目结构说明
+    1.2 主要依赖
+二、spring boot websocket
+        2.1 创建消息处理类ChatSocket,使用@ServerEndpoint声明websocket服务
+        2.2 配置ServerEndpointExporter,ServerEndpointExporter会在运行时候自动注册我们用@ServerEndpoint声明的websocket服务。
+        2.3 前端websocket的实现
+        2.4 简单登录的实现
+## 正文
+ + + ## 一、说明 ### 1.1 项目结构说明 From afecb8d37dcb631ca77c206050ae0f3ce9d2d52e Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Fri, 1 Feb 2019 10:32:56 +0800 Subject: [PATCH 2/2] Update README.md --- spring-boot/spring-boot-websocket/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/spring-boot-websocket/README.md b/spring-boot/spring-boot-websocket/README.md index c2bec8a..729f7b4 100644 --- a/spring-boot/spring-boot-websocket/README.md +++ b/spring-boot/spring-boot-websocket/README.md @@ -6,7 +6,7 @@     1.2 主要依赖
二、spring boot websocket
        2.1 创建消息处理类ChatSocket,使用@ServerEndpoint声明websocket服务
-        2.2 配置ServerEndpointExporter,ServerEndpointExporter会在运行时候自动注册我们用@ServerEndpoint声明的websocket服务。
+        2.2 配置ServerEndpointExporter,ServerEndpointExporter会在运行时候自动注册我们用@ServerEndpoint声明的websocket服务
        2.3 前端websocket的实现
        2.4 简单登录的实现
## 正文