管道基础大数据平台系统开发-【后端】-Server
pom.xml
@@ -6,7 +6,7 @@
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.3.0.RELEASE</version>
        <version>2.3.6.RELEASE</version>
        <relativePath/>
    </parent>
@@ -180,6 +180,12 @@
            <artifactId>commons-io</artifactId>
            <version>2.5</version>
        </dependency>
        <!--GDAL-->
        <dependency>
            <groupId>org.gdal</groupId>
            <artifactId>gdal</artifactId>
            <version>3.2.0</version>
        </dependency>
    </dependencies>
    <build>
@@ -187,7 +193,7 @@
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.3.0.RELEASE</version>
                <!--<version>2.3.0.RELEASE</version>-->
                <configuration>
                    <mainClass>com.lf.server.LfApplication</mainClass>
                </configuration>