模型库、矢量文件

This commit is contained in:
2025-09-29 13:56:36 +08:00
parent dea2dbd508
commit 7d141998ff
27 changed files with 1143 additions and 94 deletions

View File

@ -175,7 +175,7 @@ public class SdkUtil {
} catch (IOException e) {
log.error("读取sdk配置文件失败", e);
} catch (ClassCastException e) {
log.error("sdk配置文件中server.port格式错误应为数字类型", e);
log.error("sdk配置文件中server.port格式错误应为数字类型", e);
}
return null;
}