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 项目结构说明