refactor(security/sensitivewords): 优化敏感词模块代码

This commit is contained in:
2025-02-14 21:58:11 +08:00
parent 60d5733e62
commit bd8b1899c7
17 changed files with 177 additions and 170 deletions

View File

@@ -572,6 +572,13 @@
<version>${revision}</version>
</dependency>
<!-- 安全模块 - 敏感词 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-security-sensitivewords</artifactId>
<version>${revision}</version>
</dependency>
<!-- API 文档模块 -->
<dependency>
<groupId>top.continew</groupId>
@@ -592,14 +599,6 @@
<artifactId>continew-starter-core</artifactId>
<version>${revision}</version>
</dependency>
<!-- 敏感词模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-sensitive-words</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</dependencyManagement>