黑马程序员技术交流社区
标题:
【上海校区】【异常总结】java获取properties文件失败
[打印本页]
作者:
不二晨
时间:
2018-12-28 17:53
标题:
【上海校区】【异常总结】java获取properties文件失败
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
作者:
不二晨
时间:
2019-1-3 10:10
奈斯
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2