# fileServer **Repository Path**: wangmx1993/file-server ## Basic Information - **Project Name**: fileServer - **Description**: 1、Spring Boot 嵌入式 Tomcat 文件上传(导入)、url 映射虚拟路径 2、环境:Spring boot 2.1.3.RELEASE + Java jdk 1.8 4、项目启动后的访问地址:http://localhost:9393/fileServer/ 5、对滴滴分布式 ID 系统的客户端 SDK 练习 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-10 - **Last Updated**: 2025-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fileServer 1、Spring Boot 嵌入式 Tomcat 文件上传(导入)、url 映射虚拟路径 2、环境:Java jdk 1.8 + Spring boot 2.3.5.RELEASE + Swagger 3.0 3、uploadFile.location:配置上传文件服务器保存路径,默认为:E:/wmx/uploadFiles/ 4、项目启动后的访问地址:http://localhost:8080/fileServer/ 5、Swagger API 文档访问:http://localhost:8080/fileServer/swagger-ui/index.html 6、对滴滴分布式 ID 系统的客户端 SDK 练习 7、kkFileView 文件在线预览:http://localhost:8080/fileServer/fileOnlinePreview.html 需要启动好 kkFileView 服务。 Html5 + form 多、单文件上传 http://localhost:8080/fileServer/ ajax + FormData 单文件上传 http://localhost:8080/fileServer/fromData1.html Ajax + FormData 多文件上传 http://localhost:8080/fileServer/fromData2.html download.js文件下载快速使用入门 http://localhost:8080/fileServer/downloadJs.html 前端文件下载方式汇总 http://localhost:8080/fileServer/download.html 后端文件下载方式汇总 http://localhost:8080/fileServer/download2.html