面向过程的编程方法,提供众多优美的工具类,如果想使用对应的通用类,不论是从实现方式还是引入jar包的方式,都值得我们参考,增加代码的复用率。
hutool
https://hutool.cn/docs/#/
特别是日期工具类/加解密工具类等
Guava
https://github.com/google/guava/wiki
String/集合/缓存都可以参考
Common-Utils
String/IO/FileUtils等都可以参考