This commit is contained in:
2025-10-22 11:44:18 +08:00
parent 0b6de3de4b
commit 663235eb7e
33 changed files with 1099 additions and 129 deletions

View File

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