2
0

style: 替换项目内所有ruoyi转为wfc

This commit is contained in:
TsMask
2024-11-26 17:34:02 +08:00
parent 77a28b06a3
commit fab448f836
300 changed files with 1211 additions and 1428 deletions

View File

@@ -7,7 +7,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
/**
* 文件服务
*
* @author ruoyi
* @author wfc
*/
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class })
public class WfcFileApplication

View File

@@ -8,7 +8,7 @@ import io.minio.MinioClient;
/**
* Minio 配置信息
*
* @author ruoyi
* @author wfc
*/
@Configuration
@ConfigurationProperties(prefix = "minio")

View File

@@ -10,7 +10,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* 通用映射配置
*
* @author ruoyi
* @author wfc
*/
@Configuration
public class ResourcesConfig implements WebMvcConfigurer

View File

@@ -14,7 +14,7 @@ import org.wfc.system.api.domain.SysFile;
/**
* 文件请求处理
*
* @author ruoyi
* @author wfc
*/
@RestController
public class SysFileController

View File

@@ -13,7 +13,7 @@ import org.wfc.common.core.utils.file.FileTypeUtils;
/**
* FastDFS 文件存储
*
* @author ruoyi
* @author wfc
*/
@Service
public class FastDfsSysFileServiceImpl implements ISysFileService

View File

@@ -5,7 +5,7 @@ import org.springframework.web.multipart.MultipartFile;
/**
* 文件上传接口
*
* @author ruoyi
* @author wfc
*/
public interface ISysFileService
{

View File

@@ -9,7 +9,7 @@ import org.wfc.file.utils.FileUploadUtils;
/**
* 本地文件存储
*
* @author ruoyi
* @author wfc
*/
@Primary
@Service

View File

@@ -13,7 +13,7 @@ import io.minio.PutObjectArgs;
/**
* Minio 文件存储
*
* @author ruoyi
* @author wfc
*/
@Service
public class MinioSysFileServiceImpl implements ISysFileService

View File

@@ -19,7 +19,7 @@ import org.wfc.common.core.utils.uuid.Seq;
/**
* 文件上传工具类
*
* @author ruoyi
* @author wfc
*/
public class FileUploadUtils
{