mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 08:57:17 +08:00
release: v2.12.1
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-starter-security-crypto</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - 加密</description>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -10,5 +10,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-starter-security-mask</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - 脱敏</description>
|
||||
</project>
|
@@ -10,6 +10,9 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-starter-security-password</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - 密码编码器</description>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -10,6 +10,9 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-starter-security-sensitivewords</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - 敏感词模块</description>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -10,5 +10,8 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>continew-starter-security-xss</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - XSS 过滤模块</description>
|
||||
</project>
|
@@ -11,6 +11,8 @@
|
||||
|
||||
<artifactId>continew-starter-security</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块</description>
|
||||
|
||||
<modules>
|
||||
|
Reference in New Issue
Block a user