dcb
10 天以前 0e6106783b59c2c4e173ad4b709c1415686e7505
pom.xml
@@ -12,10 +12,10 @@
    <packaging>jar</packaging>
    <groupId>com.se</groupId>
    <artifactId>simu</artifactId>
    <artifactId>nsl</artifactId>
    <version>1.0.0</version>
    <name>SimuServer</name>
    <description>内涝仿真服务</description>
    <name>NslServer</name>
    <description>泥石流仿真服务</description>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -45,7 +45,8 @@
        <dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
            <version>3.5.7</version>
            <!--<version>3.5.7</version>-->
            <version>3.5.1</version>
        </dependency>
        <!--redis-->
        <dependency>
@@ -117,9 +118,11 @@
        <dependency>
            <groupId>org.gdal</groupId>
            <artifactId>gdal</artifactId>
            <!--<version>3.9.0</version>-->
            <version>3.5.0</version>
            <!--version>3.2.0</version-->
            <version>3.10.0</version>
            <!--<version>3.5.0</version>
            <version>3.10.1</version>-->
            <!--<scope>system</scope>
            <systemPath>${project.basedir}/libs/gdal.jar</systemPath>-->
        </dependency>
        <!--rainfall-->
        <dependency>
@@ -166,7 +169,6 @@
            <version>1.33</version>
            <scope>compile</scope>
        </dependency>
        <!--webclient请求-->
        <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-webflux -->
        <dependency>
@@ -174,7 +176,6 @@
            <artifactId>spring-boot-starter-webflux</artifactId>
            <version>3.3.1</version>
        </dependency>
        <!--1-sqlite相关-->
        <!-- https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc -->
        <dependency>
@@ -188,14 +189,12 @@
            <artifactId>sqlite-dialect</artifactId>
            <version>1.0</version>
        </dependency>
        <!-- 对数据库操作的统计 -->
        <dependency>
            <groupId>p6spy</groupId>
            <artifactId>p6spy</artifactId>
            <version>3.9.1</version>
        </dependency>
        <!-- Apache Commons CSV (可选) -->
        <dependency>
            <groupId>org.apache.commons</groupId>
@@ -214,25 +213,18 @@
            <artifactId>commons-fileupload</artifactId>
            <version>1.5</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/dev.zarr/jzarr -->
        <dependency>
            <groupId>dev.zarr</groupId>
            <artifactId>jzarr</artifactId>
            <version>0.4.2</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/jzarr-0.4.2.jar</systemPath>
        </dependency>
        <!-- https://mvnrepository.com/artifact/edu.ucar/cdm-core -->
        <dependency>
        <!--<dependency>
            <groupId>edu.ucar</groupId>
            <artifactId>cdm-core</artifactId>
            <version>5.4.1</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/cdm-core-5.4.1.jar</systemPath>
        </dependency>
        <!-- https://mvnrepository.com/artifact/org.blosc/jblosc -->
        <dependency>
            <groupId>org.blosc</groupId>
            <artifactId>jblosc</artifactId>
@@ -245,10 +237,6 @@
            <artifactId>jna</artifactId>
            <version>4.2.2</version>
        </dependency>
        <!-- zarr -->
        <!-- https://mvnrepository.com/artifact/org.janelia.saalfeldlab/n5-zarr -->
        <dependency>
            <groupId>org.janelia.saalfeldlab</groupId>
            <artifactId>n5-zarr</artifactId>
@@ -256,15 +244,13 @@
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/n5-zarr-1.3.5.jar</systemPath>
        </dependency>
        <!-- https://mvnrepository.com/artifact/dev.zarr/jzarr -->
        <dependency>
            <groupId>dev.zarr</groupId>
            <artifactId>jzarr</artifactId>
            <version>0.4.2</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/jzarr-0.4.2.jar</systemPath>
        </dependency>
        </dependency>-->
        <!--gavaghan测距-->
        <dependency>
            <groupId>org.gavaghan</groupId>
@@ -333,7 +319,29 @@
            <scope>test</scope>
        </dependency>
    </dependencies>
    <pluginRepositories>
        <pluginRepository>
            <id>alimaven</id>
            <url>https://maven.aliyun.com/repository/public</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>
    <repositories>
        <repository>
            <id>alimaven</id>
            <url>https://maven.aliyun.com/repository/public</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>osgeo</id>
            <name>OSGeo Release Repository</name>
@@ -370,14 +378,14 @@
                <filtering>false</filtering>
            </resource>
        </resources>
        <finalName>SimuServer</finalName>
        <finalName>NslServer</finalName>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.4.1</version>
                <configuration>
                    <mainClass>com.se.nsl.SimuApplication</mainClass>
                    <mainClass>com.se.nsl.NslApplication</mainClass>
                    <!-- https://blog.csdn.net/wangjunjun2008/article/details/136951249 -->
                    <includeSystemScope>true</includeSystemScope>
                    <excludes>
@@ -393,7 +401,7 @@
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <jvmArguments>
                        -Xms2048m -Xmx4096m -XX:+PrintGCDetails
                        -Xms128m -Xmx4096m -XX:+PrintGCDetails
                    </jvmArguments>
                </configuration>
            </plugin>