NoSQL Redis 1、Redis自动配置 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> redis环境搭建 1、阿里云按量付费redis。经典网络 2、申请redis的公网连接地址 3、修改白名单 允许0.0.0.0/0 访问