feat():测试

yuan
yuan 2024-08-31 23:30:52 +08:00
parent 183f987b4f
commit d7a5032a6e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class OSSFileLoad {
// 关闭oss // 关闭oss
ossClient.shutdown(); ossClient.shutdown();
Map<String, byte[]> compile = OSSFileCompile.compile(fileName, source, "target/classes/com/muyu/generate"); Map<String, byte[]> compile = OSSFileCompile.compile(fileName, source, "target/");
compile.forEach((key, value) -> {}); compile.forEach((key, value) -> {});
return Result.success(source); return Result.success(source);
} }