@Configuration
@AutoConfigureAfter(value={org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class,org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class})
@Import(value=com.alibaba.arthas.tunnel.server.app.configuration.TunnelClusterStoreConfiguration.RedisTunnelClusterStoreConfiguration.class)
public class TunnelClusterStoreConfiguration
extends Object
| Constructor and Description |
|---|
TunnelClusterStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TunnelClusterStore |
tunnelClusterStore(org.springframework.cache.CacheManager cacheManager) |
@Bean
@ConditionalOnMissingBean
@ConditionalOnProperty(name="spring.cache.type",
havingValue="caffeine")
public TunnelClusterStore tunnelClusterStore(@Autowired
org.springframework.cache.CacheManager cacheManager)
Copyright © 2021. All rights reserved.