依赖添加

This commit is contained in:
chuyan 2020-02-21 17:42:48 +08:00 committed by yourtree
parent 1d01b41f62
commit 0fc391e302

View File

@ -79,6 +79,11 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>