A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

InputStream in = this.getClass().getResourceAsStream("/properties/vehicle-base64.properties");
Properties properties = new Properties();
try {
    properties.load(in);
} catch (IOException e) {
    throw BaseException.of(ViasErrorCode.PROPERTIES_LOAD_ERROR.of());
}
--------------------- ---------------------
转载,仅作分享,侵删
作者:咸煌
原文:https://blog.csdn.net/qq_21084687/article/details/83586459


1 个回复

倒序浏览
奈斯
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马