uri风控添加本地缓存

This commit is contained in:
2026-04-25 14:46:37 +08:00
parent 3378168d27
commit 6bd0c0477e
3 changed files with 68 additions and 12 deletions

View File

@@ -31,6 +31,12 @@
<artifactId>xtools-app-sys-api</artifactId>
</dependency>
<!-- 项目模块 end -->
<!-- 本地缓存 -->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
</dependencies>
</project>