推送
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user