# HttpServer **Repository Path**: zhang-danfeng/HttpServer ## Basic Information - **Project Name**: HttpServer - **Description**: HttpServer - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-31 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HttpServer #### 介绍 HttpServer 本项目是一个基于Http协议的简易文件服务器的Server端,客户端[Client地址](https://gitee.com/zhang-danfeng/HttpClient) #### 软件架构 软件架构说明 架构:SpringBoot + Mybatis + log4j2(日志功能未实现),使用了fastjson和lombok插件。 #### 使用说明 1. 本程序提供的三个接口 1. 上传文件接口 http://localhost:8080/httpserver/upload (POST请求),返回uuid 2. 下载文件接口 http://localhost:8080/httpserver/download?uuid=xxx 3. 获取上传文件信息接口 http://localhost:8080/httpserver/msg?uuid=xxx 2. 上传文件的保存地址 HttpServer/src/main/resources/upload/yyyyMMdd/xxxxx.xx 3. 日志文件地址 HttpServer/logs/* 4. 项目中遇到的问题,请参阅 [注意.md](https://gitee.com/zhang-danfeng/HttpServer/blob/master/%E6%B3%A8%E6%84%8F.md)