feat(auth): 集成BCrypt密码加密与错误码扩展

This commit is contained in:
2025-12-03 20:20:22 +08:00
parent ecd6dba9bd
commit ba601d329c
4 changed files with 33 additions and 3 deletions

View File

@@ -220,6 +220,12 @@
<artifactId>commons-pool2</artifactId>
</dependency>
<!-- 仅用作密码加密 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- 添加Hibernate Validator作为Bean Validation提供程序 -->
<dependency>
<groupId>org.hibernate.validator</groupId>