# FastDFS **Repository Path**: zwjlmt/fastdfs ## Basic Information - **Project Name**: FastDFS - **Description**: FastDFS分布式文件服务部署,数据迁移 Spring boot 集成 FastDFS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastDFS #### 介绍 FastDFS分布式文件服务部署,数据迁移 Spring boot 集成 FastDFS 集成: 项目pom文件中添加 com.unistec unistec-fileserver-client 1.0 服务间调用: 上传方法:FileServerAPI.uploadFile() 下载方法:FileServerAPI.downloadFile() 删除方法:FileServerAPI.deleteFile() 查询信息:FileServerAPI.getFileByUnique() api接口 上传:/fileserver/manager/uploadFile 下载:/fileserver/manager/filedownload