springboot 使用 DigestUtils 工具栏对进行数据加密
String md5 = DigestUtils.md5DigestAsHex("123456".getBytes()); System.out.println(md5);