JDK工具类
spring-core
- org.springframework.util.DigestUtils
String md5Password = DigestUtils.md5DigestAsHex(user.getPassword().getBytes());
- org.springframework.util.StringUtils
- org.springframework.util.ObjectUtils
- org.springframework.util.NumberUtils
- org.springframework.util.Base64Utils
- org.springframework.util.FileCopyUtils
- org.springframework.util.ReflectionUtils
Spring Core自定义的UUID生成器
- org.springframework.util.AlternativeJdkIdGenerator
判断集合和map是否为空的工具类
- org.springframework.util.CollectionUtils
spring-web
- org.springframework.http.HttpStatus
本文深入探讨了Spring框架中常用工具类的使用方法,包括Collections、Arrays、Objects等JDK工具类,以及spring-core中的DigestUtils、StringUtils、ObjectUtils等自定义工具类,覆盖了MD5加密、字符串操作、数值转换等功能。

被折叠的 条评论
为什么被折叠?



