@Configuration @Import(value=RemoteDictionaryConfiguration.class) public class RedipAutoConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONFIGURATION_PROPERTIES_PREFIX |
| Constructor and Description |
|---|
RedipAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MySQLRemoteDictionary |
mysqlRemoteDictionary(RemoteConfiguration remoteConfiguration) |
RedisRemoteDictionary |
redisRemoteDictionary(RemoteConfiguration remoteConfiguration) |
protected static final String CONFIGURATION_PROPERTIES_PREFIX
@Bean(destroyMethod="closeResource") public MySQLRemoteDictionary mysqlRemoteDictionary(RemoteConfiguration remoteConfiguration)
@Bean(destroyMethod="closeResource") public RedisRemoteDictionary redisRemoteDictionary(RemoteConfiguration remoteConfiguration)
Copyright © 2021. All rights reserved.