Apache Commons工具类
| 组件 | 功能介绍 |
|---|---|
| lang3 | java基本对象的工具类包,例如:ArrayUtils、ClassPathUtils、ClassUtils、EnumUtils、RegExUtils、StringUtils等 |
| codec | 处理常用编码方式的工具类包,例如:DES、SHA1、MD5、Base64等 |
| io | IO工具的封装 |
| fileupload | 文件上传工具类包 |
| beanutils | 提供了JavaBean进行各种操作,例如:克隆对象、属性等 |
| text | 处理在java环境中使用的文本 |
参考文档
- Apache commons-lang3工具包
- Apache commons-codec工具包
- Apache commons-io工具包
- Apache commons-fileupload工具包
- Apache commons-beanutils工具包
- Apache commons-text工具包
- Apache Commons 工具类介绍及简单使用
- maven 仓库