Skip to content

Commit 374a8c4

Browse files
committed
🚑 📝 🩹
1 parent 47ae7fd commit 374a8c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

toolTest/spring/src/test/java/SpringUtilTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ public void test() {
2222
}
2323

2424

25+
@Test
26+
public void test1() {
27+
String s = "123";
28+
String md5DigestAsHex = DigestUtils.md5DigestAsHex(s.getBytes());
29+
System.out.println(md5DigestAsHex);
30+
}
31+
2532

2633

2734

0 commit comments

Comments
 (0)