mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-10-16 08:57:08 +08:00
feat(encrypt/password-encoder): 新增密码编码器模块(经过考量重新拆分出来)
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user