From 6cc8a44f0d321d77fc8d7b908ae7e0c55d53a919 Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期四, 07 九月 2023 17:07:03 +0800
Subject: [PATCH] 更新代码
---
springboot-vue3/pom.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/springboot-vue3/pom.xml b/springboot-vue3/pom.xml
index 48b9acd..37d5977 100644
--- a/springboot-vue3/pom.xml
+++ b/springboot-vue3/pom.xml
@@ -119,6 +119,22 @@
<version>1.12.1</version>
</dependency>
+
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-websocket</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.github.xingshuangs</groupId>
+ <artifactId>iot-communication</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-websocket</artifactId>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0