feat(security): 新增 continew-starter-security-all 模块,统一引入加密、脱敏、密码编码器能力

This commit is contained in:
2024-02-09 10:18:35 +08:00
parent 111e732967
commit 12c3d64066
3 changed files with 42 additions and 0 deletions

View File

@@ -387,6 +387,13 @@
<version>${revision}</version>
</dependency>
<!-- 安全模块 - 统一模块 -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-security-all</artifactId>
<version>${revision}</version>
</dependency>
<!-- 安全模块 - 加密 -->
<dependency>
<groupId>top.charles7c.continew</groupId>