GithubHelp home page GithubHelp logo

apple006 / bionic-utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imaginary11/bionic-utils

0.0 1.0 0.0 292 KB

仿生工具集,包含常用的各种加密解密、JWT生成器、反射工具类、不会OOM的EasyExcel工具箱等

License: Apache License 2.0

Java 100.00%

bionic-utils's Introduction

moss

概述

bionic-utils是作者开发中常用到的工具类封装整合,至于为什么叫仿生工具箱,最近对fc比较着迷😄
工具箱包含但不限于以下开箱即用方法:

  • JWT生成器、解析器
  • AES256 加密、解密
  • CryptoJS 解密
  • Sha1加密
  • 不会OOM的EasyExcel工具箱
  • 日期操作工具箱
  • 集合操作工具箱
  • 网络操作工具箱
  • 对象反射器(设置、获取对象属性)
  • 正则工具箱
  • 递归树构造器
  • 字符串工具箱
  • 字符常量
  • WEB服务工具箱(返回体、返回体工具箱、分页器、HTTP CODE
  • 分布式锁注解

快速上手

1.引入依赖

仿生工具箱已经推送到Maven**服务器,你可以直接在项目中引入依赖即可。

Maven

<dependency>
  <groupId>com.github.imaginary11</groupId>
  <artifactId>bionic-utils</artifactId>
  <version>1.0.1-RELEASE</version>
</dependency>

gradle

implementation 'com.github.imaginary11:bionic-utils:1.0.0-RELEASE'

2.参考doc文档或依照测试类中用例进行使用。

最后

Life is Fantastic ~

bionic-utils's People

Contributors

imaginary11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.