在springboot中找到一个配置类的底层代码
spring-boot-autoconfigure->spring.factories->redis.RedisAutoConfiguration->RedisProperties.class
在RedisProperties.class这里面列出来了可以在配置文件里面配置的所有属性值
spring-boot-autoconfigure->spring.factories->redis.RedisAutoConfiguration->RedisProperties.class
在RedisProperties.class这里面列出来了可以在配置文件里面配置的所有属性值