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