From b680856aa7a5c7225fae1ea81f2706f10437f373 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 23 十二月 2022 10:45:00 +0800
Subject: [PATCH] fix: msg不允许为空
---
src/test/java/com/example/jz/JzApplicationTests.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/test/java/com/example/jz/JzApplicationTests.java b/src/test/java/com/example/jz/JzApplicationTests.java
index a033531..12f05a2 100644
--- a/src/test/java/com/example/jz/JzApplicationTests.java
+++ b/src/test/java/com/example/jz/JzApplicationTests.java
@@ -22,7 +22,7 @@
@Test
void test() {
- System.out.println(defaultPwdEncoder.encode("123456"));
+ System.out.println(defaultPwdEncoder.encode("qyjz2022!@#"));
}
}
--
Gitblit v1.8.0