常用组件
- json操作: fastjson,jackson,gson
- md5等:commons-codec
- 工具集合:guava
- 数组操作:ArrayUtils(org.apache.commons.lang3.ArrayUtils)
- 集合操作:CollectionUtils(org.apache.commons.collections4.CollectionUtils)
- commons-lang3:常用工具类,DataformatUtils NUmberUtils DateUtils
- io:commons-io
- 配置:commons-configuration
- jdbc工具类: commons-dbutils,spring jdbc
除此之外,请优先查看 apache commons 项目是否有你需要的,如commons-pool2,commons-dbcp2,commons-logging等。