类 TunnelClusterStoreConfiguration
- java.lang.Object
-
- com.alibaba.arthas.tunnel.server.app.configuration.TunnelClusterStoreConfiguration
-
@Configuration @AutoConfigureAfter({org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class,org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class}) @Import(com.alibaba.arthas.tunnel.server.app.configuration.TunnelClusterStoreConfiguration.RedisTunnelClusterStoreConfiguration.class) public class TunnelClusterStoreConfiguration extends Object- 作者:
- hengyunabc 2020-10-29
-
-
方法详细资料
-
tunnelClusterStore
@Bean @ConditionalOnMissingBean @ConditionalOnProperty(name="spring.cache.type", havingValue="caffeine") public TunnelClusterStore tunnelClusterStore(@Autowired org.springframework.cache.CacheManager cacheManager)
-
-