fix:联调航线上传
This commit is contained in:
parent
94d7cf232b
commit
747539cec7
|
|
@ -17,7 +17,7 @@ import java.io.ByteArrayOutputStream;
|
|||
* @author ruoyi
|
||||
*/
|
||||
@Service
|
||||
@ConditionalOnProperty(name = "file.storage", havingValue = "local", matchIfMissing = true)
|
||||
@ConditionalOnProperty(name = "file.storage", havingValue = "local")
|
||||
public class LocalSysFileServiceImpl implements ISysFileService {
|
||||
/**
|
||||
* 资源映射路径 前缀
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import java.io.InputStream;
|
|||
* @author ruoyi
|
||||
*/
|
||||
@Service
|
||||
@ConditionalOnProperty(name = "file.storage", havingValue = "minio")
|
||||
@ConditionalOnProperty(name = "file.storage", havingValue = "minio", matchIfMissing = true)
|
||||
public class MinioSysFileServiceImpl implements ISysFileService {
|
||||
@Autowired
|
||||
private MinioConfig minioConfig;
|
||||
|
|
|
|||
Loading…
Reference in New Issue