feat: 登录密码改用 BCrypt 校验

This commit is contained in:
2026-06-18 00:06:42 +08:00
parent d0c78ceb28
commit 2cf3533141
4 changed files with 41 additions and 7 deletions
+7
View File
@@ -129,6 +129,13 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- jBCrypt (独立 BCrypt 实现,无 Spring Security 依赖) -->
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
</dependency>
</dependencies>
<build>