引用 Geotools 库时,Quarkus 应用程序的本机图像构建会中断

问题描述 投票:0回答:1

当我使用 geotools 库时,在 Quarkus 中使用 GraalVM 生成本机映像会中断

我需要找到一个解决方法,因为我使用geotools读取shapefile(SHP格式)并将其转换为WKT格式。

有谁知道解决这个问题的替代方法吗?

我在代码中引用了这些类:

import org.geotools.data.DataStore;
import org.geotools.data.DataStoreFinder;
import org.geotools.data.FeatureSource;
import org.geotools.feature.FeatureCollection;
import org.geotools.feature.FeatureIterator;
quarkus geotools graalvm-native-image
1个回答
0
投票

提出有关 可达性元数据项目的问题。

© www.soinside.com 2019 - 2024. All rights reserved.