
redis
springboot整合redis
上善若水滴世界
激动的心,颤抖的手,java编程手牵手!
展开
-
springboot2.0.x整合redis出现APPLICATION FAILED TO START
bug具体描述Description:Parameter 0 of method redisTemplate in com.game.itstar.redis.RedisConfig required a bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory' that could not...原创 2019-09-27 15:14:37 · 770 阅读 · 1 评论 -
springboot+redis整合
前言趁项目空余时间,总结一下springboot与redis整合的相关注意事项和踩过的坑。Redis简介Redis 是完全开源免费的,遵守BSD协议,是一个高性能的key-value数据库。Redis 与其他 key - value 缓存产品有以下三个特点:1.Redis支持数据的持久化,可以将内存中的数据保存在磁盘中,重启的时候可以再次加载进行使用。2.Redis不仅仅支持简单的key...原创 2019-08-07 15:20:31 · 351 阅读 · 3 评论