@Configuration @EnableConfigurationProperties(value=CacheProperties.class) @ConditionalOnProperty(name="com.efficient.cache.active", havingValue="ehcache", matchIfMissing=true) public class CacheConfig extends Object
@Bean @ConditionalOnMissingBean public CacheUtil ehcache()
Copyright © 2024. All rights reserved.