Spring缓存注解
Posted ciel_717
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring缓存注解相关的知识,希望对你有一定的参考价值。
一、启用Spring缓存注解 1.引入spring-boot-starter-data-redis依赖,配置redis的连接属性 spring: redis: password: host: localhost port: 6379 cache: redis: ## Entry expiration
以上是关于Spring缓存注解的主要内容,如果未能解决你的问题,请参考以下文章