feat(impression): Add impression text search

This commit is contained in:
2026-05-31 21:05:21 +08:00
parent 96817d84fe
commit b73696cc24
5 changed files with 409 additions and 0 deletions

View File

@@ -65,6 +65,11 @@
<artifactId>cron-utils</artifactId>
<version>9.2.1</version>
</dependency>
<dependency>
<groupId>com.huaban</groupId>
<artifactId>jieba-analysis</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
<properties>