release: v2.12.1

This commit is contained in:
2025-06-09 21:43:40 +08:00
parent c08b57cb48
commit ad298930db
60 changed files with 183 additions and 14 deletions

View File

@@ -10,6 +10,9 @@
</parent>
<artifactId>continew-starter-security-crypto</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 安全模块 - 加密</description>
<dependencies>

View File

@@ -10,5 +10,8 @@
</parent>
<artifactId>continew-starter-security-mask</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 安全模块 - 脱敏</description>
</project>

View File

@@ -10,6 +10,9 @@
</parent>
<artifactId>continew-starter-security-password</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 安全模块 - 密码编码器</description>
<dependencies>

View File

@@ -10,6 +10,9 @@
</parent>
<artifactId>continew-starter-security-sensitivewords</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 安全模块 - 敏感词模块</description>
<dependencies>

View File

@@ -10,5 +10,8 @@
</parent>
<artifactId>continew-starter-security-xss</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 安全模块 - XSS 过滤模块</description>
</project>

View File

@@ -11,6 +11,8 @@
<artifactId>continew-starter-security</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 安全模块</description>
<modules>