@Configuration
@ConfigurationProperties(prefix="spacex.redis")
@ConditionalOnProperty(name="spacex.redis.enable",
havingValue="true",
matchIfMissing=true)
@AutoConfigureBefore(value=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class)
public class RedisConfig
extends Object
Copyright © 2019. All rights reserved.