会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2019年5月16日
Spring Boot 自带缓存及结合 Redis 使用
摘要: 本文测试环境: Spring Boot 2.1.4.RELEASE + Redis 5.0.4 + CentOS 7 自带缓存 如果没有使用缓存中间件,Spring Boot 会使用默认的缓存,我们只需启用即可 在启动类添加 @EnableCaching 注解 @SpringBootApplicat
阅读全文
posted @ 2019-05-16 16:51 VictorBu
阅读(4922)
评论(1)
推荐(2)
编辑
公告