@Configuration
@ConditionalOnProperty(prefix="system.cache.client.redis",
name="enable",
havingValue="true",
matchIfMissing=true)
public class RedisCacheConfig
extends Object
Copyright © 2022. All rights reserved.