# springboot-web-fastdfs **Repository Path**: lw2gitee/springboot-web-fastdfs ## Basic Information - **Project Name**: springboot-web-fastdfs - **Description**: SpringBoot web 项目使用 FastDFS 文件管理系统,实现对文件的上传,下载,删除操作。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.baidu.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-12 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程简介 FastDFS 在 WEB 项目中的应用:实现文件上传,下载和删除 实现的功能:对项目进行管理,在 WEB 项目中实现对文件的上传下载和删除操作。 流程分析:将文件从本地上传到 tomcat 中,在 tomcat 中拿到文件流,将文件流传到 FastDFS 中,并将上传返回的数据存入数据库中。 项目创建:使用SpringBoot创建项目,配置有 Spring Boot DevTools(热部署工具)、Spring Web、Thymeleaf、MySQL、MyBatis 依赖 使用的服务:tomcat、fastdfs、nginx、mysql 数据库数据: 数据库名:fastdfs 项目用表:creditor_info.sql