| 程序包 | 说明 |
|---|---|
| com.efficient.file.api | |
| com.efficient.file.service |
| 限定符和类型 | 方法和说明 |
|---|---|
FileVO |
FileService.getFile(DownloadVO downloadVO)
获取服务器上的文件
|
| 限定符和类型 | 方法和说明 |
|---|---|
Result<FileVO> |
FileService.upload(org.springframework.web.multipart.MultipartFile file,
boolean unique,
String module,
String md5,
String remark)
文件上传
|
| 限定符和类型 | 方法和说明 |
|---|---|
FileVO |
MinioFileServiceImpl.getFile(DownloadVO downloadVO) |
FileVO |
LocalFileServiceImpl.getFile(DownloadVO downloadVO) |
FileVO |
DbFileServiceImpl.getFile(DownloadVO downloadVO) |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<FileVO> |
MinioFileServiceImpl.upload(org.springframework.web.multipart.MultipartFile file,
boolean unique,
String module,
String md5,
String remark) |
Result<FileVO> |
LocalFileServiceImpl.upload(org.springframework.web.multipart.MultipartFile multipartFile,
boolean unique,
String module,
String md5,
String remark) |
Result<FileVO> |
DbFileServiceImpl.upload(org.springframework.web.multipart.MultipartFile file,
boolean unique,
String module,
String md5,
String remark) |
Copyright © 2024. All rights reserved.