开发ws链接

This commit is contained in:
huangdeliang
2021-06-02 14:06:21 +08:00
parent d7368a2e0e
commit cfe970bd45
8 changed files with 286 additions and 6 deletions

View File

@ -59,6 +59,23 @@
<artifactId>stdiet-system</artifactId>
</dependency>
<!-- websocket-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>