feat(encrypt/password-encoder): 新增密码编码器模块(经过考量重新拆分出来)

This commit is contained in:
2025-09-13 22:15:27 +08:00
parent 68895787a7
commit e414abc735
15 changed files with 57 additions and 41 deletions

View File

@@ -27,11 +27,5 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
<!-- Spring Security 附带的一个密码加密库 -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
</dependency>
</dependencies>
</project>