随笔分类 -  redis

摘要:关于更新缓存 ,要注意 得两点:一、@Cacheable 的key 要和 @CachePut 的key 一致比如: @Cacheable(key = "'userCache'") //缓存, public Uuser findByEmail(String em... 阅读全文
posted @ 2018-08-02 10:54 王某人i 阅读(3896) 评论(0) 推荐(1)
摘要:一、导入redis jar包 org.springframework.boot spring-boot-starter-data-redis redis... 阅读全文
posted @ 2018-07-29 15:46 王某人i 阅读(747) 评论(0) 推荐(1)