# http-demo-parent **Repository Path**: xhs101/http-demo-parent ## Basic Information - **Project Name**: http-demo-parent - **Description**: HTTP工具类使用案例集合 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-10 - **Last Updated**: 2025-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http-demo-parent ### 介绍📖 开源的http框架使用案例 ### 使用技术📔 springboot 2.7.18
validation 2.7.18
lombok 1.18.30
hutool-all 5.8.39
fastjson2 2.0.57
forest 1.7.3
okhttps 4.1.0
### 项目结构📚 ```text http-demo-parent ├─ http-api # 接口及接口实现模块 ├──── http-forest-api # forest框架使用案列 ├──── http-okhttps-api # okhttps框架使用案列 ├──── http-test-api # 测试第三方服务 ├─ http-common # 全局工具类及通用方法模块 ├─ http-data # 全局数据处理模块 ├─ http-web # 项目web模板 ├──── http-forest-app # forest框架web ├──── http-okhttps-app # okhttps框架web ├──── http-test-app # 测试第三方服务web ```