ZengTao
2023-09-13 61930e5488faa1a457661b87902c53c2889989b1
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>
@@ -118,6 +119,13 @@
            <artifactId>poi-tl</artifactId>
            <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>