From 5bb4954dc2250049be7fbfac6f89b5a0a76ab1e5 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 13 九月 2023 16:43:01 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes
---
springboot-vue3/pom.xml | 25 +++++++++++++++++++++----
1 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/springboot-vue3/pom.xml b/springboot-vue3/pom.xml
index 48b9acd..881fe13 100644
--- a/springboot-vue3/pom.xml
+++ b/springboot-vue3/pom.xml
@@ -9,12 +9,13 @@
<version>2.3.2.RELEASE</version>
<relativePath/>
</parent>
+<!-- <packaging>war</packaging>-->
- <groupId>com.canadames</groupId>
- <artifactId>canadames</artifactId>
+ <groupId>com.springboot-vue3</groupId>
+ <artifactId>springboot-vue3</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <name>canadames</name>
- <description>canadames System</description>
+ <name>springboot-vue3</name>
+ <description>springboot-vue3 System</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -119,6 +120,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