# spring-boot-redis **Repository Path**: it-sunweicheng/spring-boot-redis ## Basic Information - **Project Name**: spring-boot-redis - **Description**: SpringBoot整合Redis - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-26 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Redis, 缓存 ## README # SpringBoot整合Redis ### 环境 - **JDK 1.8 +** - **Maven 3.5.x +** - **Mysql 5.7 +** - **SpringBoot 2.7.x +** - **IntelliJ IDEA Ultimate 2022.2.x +** - **Redis服务器版本:3.0.5 +** ### Redis安装并启动 1 redis下载地址:https://redis.io/download/#redis-downloads 2 在windows系统下启动,直接运行redis-server.exe即可。 ### RedisInsight安装并启动 1 RedisInsight 官网:https://redis.io/docs/ui/insight/ 下载地址:https://github.com/RedisInsight/RedisInsight/releases 2 直接运行 RedisInsight-v2-win-installer.exe 安装。 ### SpringBoot官方整合第三方库 参考:https://docs.spring.io/spring-boot/docs/2.5.3/reference/htmlsingle/#using.build-systems.starters