feat():测试

yuan
yuan 2024-08-31 22:34:32 +08:00
parent c84190f6fb
commit 82abc476cf
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ public class OSSFileLoad {
source = source + line;
if (line == null) break;
}
System.out.println(source);
System.out.println("读取成功");
// 数据读取完成后,获取的流必须关闭,否则会造成连接泄漏,导致请求无连接可用,程序无法正常工作
reader.close();
// 关闭oss