yexuejc-base/WIKI.md

35 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

yexuejc-base 文档
------------------
> com.yexuejc.base.constant
##### 1. RespsConsts 网络请求统一返回 常量
> com.yexuejc.base.http
##### 2. Resps 网络请求统一返回类
> com.yexuejc.base.pojo
##### 3. ApiVO 接口交互API
##### 4. BaseVO 基类VO
##### 5. PagerVO 分页VO
##### 6. ParamsPO 加密参数封装
> com.yexuejc.base.util
##### 7. AlgorithmUtils 算法工具类:进制转换
##### 8. DateTimeUtil 日期时间工具:基于`java.time.*`家族
##### 9. DateUtil 日期时间工具:基于`java.util.Date`家族
##### 10. ExcelImportUtils excel工具
##### 11. FileUtil 文件操作工具
##### 12. IdcardValidator 身份证工具
##### 13. JsonUtil json操作工具基于`com.fasterxml.jackson`家族
##### 14. JwtUtil jwt库工具
##### 15. MapRemoveNullUtil map处理空值
##### 16. MoneyUtils 金额转换:元->分 分->元
##### 17. RegexUtils 常用正则
##### 18. StrUtil 字符串工具
##### 19. SysUtils 常用java系统操作封装
##### 20. ObjUtil 对象的操作(深度克隆)
> com.yexuejc.base.encrypt 加密相关
##### 21. RSA 加密
##### 22. RSA2 RSA加密获取文件密钥
##### 23. RSACoder RSA工具
##### 24. SignAlgorithm 签名算法类型
待完善......