/common-component

公用组件

Primary LanguageJavaMIT LicenseMIT

common-component

  • 添加 common-component 依赖:

    <dependency>
        <groupId>org.jzp.code</groupId>
        <artifactId>common-component</artifactId>
        <version>1.0.0</version>
    </dependency>
  • 工具类介绍:

    • AES: AES工具;
    • RSA: RSA工具;
    • MD5: MD5工具;
    • Check: 参数校验工具;
    • Date: 日期工具;
    • Digit: 运算工具;
    • Gson: Gson工具;
    • Http: Http工具;
    • Reflect: 反射工具;
    • Regex: 正则工具;
    • String: 字符串工具;
    • Result: 返回结果处理工具;
  • 历史版本:

    • 1.0.0:

      • 基本功能实现。