Skip to content
View WindTool's full-sized avatar

Block or report WindTool

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
windtool/README.md

WindTool

WindTool 是一个个人开源 Java 工具集

代码仓库与文档

后续新增模块时,每个模块都会提供对应的跳转文档。

模块

  • windtool-bom:WindTool 版本管理 BOM,统一管理各模块版本。
  • windtool-core:核心工具模块,作为公共工具、常量、基础抽象的承载模块。
  • windtool-tcp:TCP 报文编解码与 Spring Boot 自动装配模块,支持固定长度字段、分隔符字段、报文头长度、MD5 字段、SpEL 字段转换、客户端发送和服务端交易分发。

Maven 坐标

推荐先引入 windtool-bom 统一管理版本:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.github.windtool</groupId>
            <artifactId>windtool-bom</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

然后按需引入模块:

<dependency>
    <groupId>io.github.windtool</groupId>
    <artifactId>windtool-core</artifactId>
</dependency>
<dependency>
    <groupId>io.github.windtool</groupId>
    <artifactId>windtool-tcp</artifactId>
</dependency>

开源协议

WindTool 使用 Apache License 2.0 协议开源。

Popular repositories Loading

  1. JustAuth JustAuth Public

    Java 7

  2. windtool windtool Public

    WindTool 是一个个人开源 Java 工具集

    Java 5

  3. AprilWind123 AprilWind123 Public

    Config files for my GitHub profile.

  4. sensitive-spring-boot-starter sensitive-spring-boot-starter Public

    Forked from lzhpo/sensitive-spring-boot-starter

    一款强大的数据脱敏插件,支持多种脱敏策略(中文姓名、身份证号、固定电话、手机号码、地址、电子邮箱、密码、车牌号、银行卡号、AES/DES/BASE64/RSA算法加密...),支持自定义脱敏策略,支持自定义脱敏替换符,支持多层嵌套属性脱敏,支持在Controller上使用注解跳过脱敏...

    Java

  5. Sensitive-lexicon Sensitive-lexicon Public

    Forked from konsheng/Sensitive-lexicon

    一个持续更新的中文敏感词库,帮助开发者和内容审核者快速识别并过滤不当文本。

  6. mybatis-plus mybatis-plus Public

    Forked from baomidou/mybatis-plus

    An powerful enhanced toolkit of MyBatis for simplify development

    Java