0%

Spring Boot通过DigestUtils计算MD5的值

我们大部分的项目都是 Spring Boot 的项目,它集成了很多工具,所以我不需要再加入其他的类。

比如求 MD5 的值,我就可以用 org.springframework.util.DigestUtils

1
2
public abstract class DigestUtils
extends Object

md5DigestAsHex

1
2
public static String md5DigestAsHex(InputStream inputStream)
throws IOException