增加 spring websocket 用例

This commit is contained in:
luoxiang
2018-12-27 21:33:02 +08:00
parent 71daa7857e
commit a80afab862
29 changed files with 655 additions and 51 deletions

View File

@ -57,6 +57,11 @@
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
<!--spring webSocket 的依赖包 -->
<dependency>
<groupId>org.springframework</groupId>