jma

Results 1 comments of jma

You need to create : 1. src/main/resources/META-INF/native-image/resource-config.json inside your project and add the following content: ``` { "resources": [ { "pattern": "spatial_ref_sys.txt" } ] } ``` 2. src/main/resources/META-INF/native-image/reflect-config.json inside your...