feat():测试
parent
7ea00fa1ce
commit
9a09e09ba7
|
@ -109,7 +109,7 @@ public class OSSFileLoad {
|
|||
return Result.error("预下载文件不存在");
|
||||
}
|
||||
// 本地文件下载路径
|
||||
String localPath = "home/class/" + fileName ;
|
||||
String localPath = "/home/lib/com/muyu/generate/" + fileName ;
|
||||
|
||||
try {
|
||||
log.info("执行下载class文件:[{}]",localPath);
|
||||
|
|
Loading…
Reference in New Issue