feat;添加ac自动机算法进行敏感词过滤

This commit is contained in:
xiaocairush
2023-06-18 10:40:25 +08:00
parent b4b6c1ea36
commit da024f08e9
7 changed files with 251 additions and 170 deletions

View File

@@ -114,6 +114,14 @@
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.1</version>
</dependency>
<!-- Used for unit testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>