minio对接

This commit is contained in:
hjx
2025-12-10 22:31:22 +08:00
parent ddd8f7c4d7
commit 71fbf2ad1b
4 changed files with 145 additions and 0 deletions
@@ -272,6 +272,17 @@ public class MenuApplicationService {
return ossService.uploadOss(file);
}
/**
* 上传文件到oss
*
* @param file 文件
* @return 文件路径
*/
public String uploadMinio(File file)
{
return ossService.uploadOss(file);
}
/**
* 根据组织id查询菜单集合
*