update 优化 gateway 使用 caffeine 替换默认缓存

2.X
疯狂的狮子li 2022-03-21 13:49:25 +08:00
parent d25e313ffb
commit 572a216548
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<!-- SpringCloud Alibaba Nacos -->
<dependency>
<groupId>com.alibaba.cloud</groupId>