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

@@ -116,6 +116,12 @@
<artifactId>continew-starter-encrypt-api</artifactId>
<version>${revision}</version>
</dependency>
<!-- 加密模块 - 密码编码器 -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-encrypt-password-encoder</artifactId>
<version>${revision}</version>
</dependency>
<!-- 加密模块 - 核心模块 -->
<dependency>
<groupId>top.continew.starter</groupId>