2023年7月11日

SpringBoot整合Caffeine本地缓存

摘要: 1、@Cacheable相关注解 1.1 相关依赖 如果要使用@Cacheable注解,需要引入相关依赖,并在任一配置类文件上添加@EnableCaching注解 <dependency> <groupId>org.springframework.boot</groupId> <artifactId 阅读全文

posted @ 2023-07-11 09:14 五官一体即忢 阅读(3984) 评论(0) 推荐(1)

导航