fix:【网关】缺少 CaffeineCacheManager 导致告警

pull/201/head
YunaiV 2025-07-26 20:42:34 +08:00
parent 2e3e1b12d1
commit f14dcd4200
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<!-- 必须引入,否则会有 https://gitee.com/yudaocode/yudao-cloud-mini/issues/IB5PXW 告警 -->
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
</dependencies>