Java 本地环境问题
- 导入org.apache.commons.lang3
在gradle 用新包
implementation 'org.apache.commons:commons-text:1.6'
org.apache.commons.lang3的工具类
字符串相关操作 StringUtils
数字相关操作 NumberUtils
布尔相关操作 BooleanUtils
反射相关操作 FieldUtils、MethodUtils、MemberUtils、TypeUtils、ConstructorUtils
对象相关操作 ObjectUtils
序列化相关操作 SerializationUtils