diff --git a/src/main/resources/META-INF/native-image/com.aliyun.oss/aliyun-sdk-oss/resource-config.json b/src/main/resources/META-INF/native-image/com.aliyun.oss/aliyun-sdk-oss/resource-config.json new file mode 100644 index 00000000..c06dbca2 --- /dev/null +++ b/src/main/resources/META-INF/native-image/com.aliyun.oss/aliyun-sdk-oss/resource-config.json @@ -0,0 +1,38 @@ +{ + "resources": + { + "includes": + [ + { + "condition": + { + "typeReachable": "com.aliyun.oss.OSS" + }, + "pattern": "\\Qoss.mime.types\\E" + }, + { + "condition": + { + "typeReachable": "com.aliyun.oss.OSS" + }, + "pattern": "\\Qoss.properties\\E" + }, + { + "condition": + { + "typeReachable": "com.aliyun.oss.OSS" + }, + "pattern": "\\Qversioninfo.properties\\E" + } + ] + }, + "bundles": + [ + { + "name": "common" + }, + { + "name": "oss" + } + ] +} \ No newline at end of file