一、 Docker安装redis安装 1、 拉取镜像 2、 创建容器 二、 springboot整合redis 1、 加入依赖 2、 yml中配置 3、 启动类中加入注解 4、 redis缓存注解使用 5、 RedisUtil工具 (一)、SpringUtil (二)、R