配置文件
This commit is contained in:
parent
6984fbea54
commit
8e052e3cb0
|
|
@ -59,6 +59,7 @@ public class SysFileServiceImpl extends ServiceImpl<SysFileMapper, SysFile> impl
|
|||
result.setOriginalFileName(file.getOriginalFilename());
|
||||
|
||||
try {
|
||||
log.error("***上传参数bucketName=" + bucketName + ",fileUrl=" + fileUrl);
|
||||
this.minioTemplate.putObject(bucketName, fileUrl, file.getInputStream());
|
||||
this.fileLog(file, fileUrl);
|
||||
return result;
|
||||
|
|
|
|||
Reference in New Issue