refactor: migrate from repo onixbyte/onixbyte-toolbox to module repos
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Common Toolbox
|
||||
|
||||
## Introduction
|
||||
|
||||
Common Toolbox is a Java SE utility library, that provides a collection of utility to streamline
|
||||
your Java coding experience.
|
||||
|
||||
## Features
|
||||
|
||||
- AES encryption and decryption;
|
||||
- Base64 encode and decode;
|
||||
- Boolean calculation;
|
||||
- Reduce `if...else...` with **lambdas**;
|
||||
- Hash calculation for strings;
|
||||
- Convert Java beans to map and map to Java beans;
|
||||
- Simplified range generator.
|
||||
|
||||
Reference in New Issue
Block a user