张洋洋
2025-02-20 207b034b9ea240ec12530b696374c4dbd63f7c1f
pom.xml
@@ -308,6 +308,25 @@
            <artifactId>commons-imaging</artifactId>
            <version>1.0-alpha2</version>
        </dependency>
        <dependency>
            <groupId>org.citygml4j</groupId>
            <artifactId>citygson</artifactId>
            <version>1.1.3.8</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/citygson-1.1.3.8.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>cn.smartearth</groupId>
            <artifactId>sem</artifactId>
            <version>1.1.1</version>
            <scope>system</scope>
            <systemPath>${project.basedir}/libs/sem-1.1.1.jar</systemPath>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.8.2</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
@@ -364,6 +383,15 @@
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <jvmArguments>
                        -Xms2048m -Xmx4096m -XX:+PrintGCDetails
                    </jvmArguments>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>