管道基础大数据平台系统开发-【后端】-Server
q
13693261870
2022-11-14 1f4d1206730d0acd99a2b4bcfa834c9fcf6b85cd
pom.xml
@@ -23,6 +23,7 @@
    </properties>
    <dependencies>
        <!--spring-boot-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
@@ -138,7 +139,7 @@
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
        <!--添加WebSocket依赖-->
        <!--websocket-->
        <dependency>
            <groupId>javax.websocket</groupId>
            <artifactId>javax.websocket-api</artifactId>
@@ -182,7 +183,7 @@
            <artifactId>commons-io</artifactId>
            <version>2.11.0</version>
        </dependency>
        <!--GDAL-->
        <!--gdal-->
        <dependency>
            <groupId>org.gdal</groupId>
            <artifactId>gdal</artifactId>
@@ -194,6 +195,12 @@
            <artifactId>zip4j</artifactId>
            <version>2.6.4</version>
        </dependency>
        <!--easyexcel-->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>easyexcel</artifactId>
            <version>2.2.10</version>
        </dependency>
    </dependencies>
    <build>