Files
timi-network/.serena/memories/project_overview.md
2026-06-04 18:29:03 +08:00

6 lines
407 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目概览
- 项目名timi-network
- 作用:对 httpclient5 做二次封装的 Java 网络操作工具库。
- 技术栈JDK 21、Maven、Apache HttpClient 5 Fluent、Jackson、Lombok、JUnit 4。
- 代码结构:`src/main/java/com/imyeyu/network` 下为核心实现;`src/test/java/com/imyeyu/network/test` 下为测试与示例。
- 运行环境Windows 开发环境,文件编码 UTF-8。