# windtool **Repository Path**: chenjubo/windtool ## Basic Information - **Project Name**: windtool - **Description**: WindTool 开源 Java 工具集 - **Primary Language**: Java - **License**: MIT - **Default Branch**: v1-master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2026-06-13 - **Last Updated**: 2026-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WindTool WindTool 是一个个人开源 Java 工具集 ## 代码仓库与文档 - Gitee: - GitHub:[WindTool/windtool](https://github.com/WindTool/windtool) - 使用文档: - [`windtool-tcp`](https://gitee.com/AprilWind123/windtool/tree/v1-master/windtool-tcp):TCP 报文编解码与短连接通信组件使用文档。 后续新增模块时,每个模块都会提供对应的跳转文档。 ## 模块 - [`windtool-bom`](./windtool-bom/pom.xml):WindTool 版本管理 BOM,统一管理各模块版本。 - [`windtool-core`](./windtool-core/pom.xml):核心工具模块,作为公共工具、常量、基础抽象的承载模块。 - [`windtool-tcp`](./windtool-tcp/README.md):TCP 报文编解码与 Spring Boot 自动装配模块,支持固定长度字段、分隔符字段、报文头长度、MD5 字段、SpEL 字段转换、客户端发送和服务端交易分发。 ## Maven 坐标 推荐先引入 `windtool-bom` 统一管理版本: ```xml io.github.windtool windtool-bom 1.0.0 pom import ``` 然后按需引入模块: ```xml io.github.windtool windtool-core ``` ```xml io.github.windtool windtool-tcp ``` ## 开源协议 WindTool 使用 Apache License 2.0 协议开源。