配置
示例
Awesome
中文
Appearance
wow.redis.enabled
true
Redis 连接通过 Spring Boot 标准的 spring.data.redis.* 属性配置。
spring.data.redis.*
spring: data: redis: host: localhost port: 6379 wow: redis: enabled: true