Redis优化缓存
//导入坐标
org.springframework.boot
spring-boot-starter-data-redis
//配置参数
#redis优化缓存
redis:
host: localhost
port: 6379
password:
database: 0
//RedisTemplate设置序列化配置类-----------------------------------------------------------------------------------
@Configuration
public class RedisConfig extends CachingConfigurerSupport {
@Bean
public RedisTemplate