Class CacheNameAutoConfiguration
java.lang.Object
org.springframework.geode.boot.autoconfigure.CacheNameAutoConfiguration
@SpringBootConfiguration
@ConditionalOnClass({org.springframework.data.gemfire.CacheFactoryBean.class,org.apache.geode.cache.GemFireCache.class})
public class CacheNameAutoConfiguration
extends Object
Spring Boot
auto-configuration
class used to configure the Apache Geode
ClientCache
application or peer Cache
member node name (i.e. gemfire.name)
with the Spring Boot spring.application.name property.- Since:
- 1.0.0
- See Also:
-
Cache
GemFireCache
ClientCache
SpringBootConfiguration
EnableAutoConfiguration
Bean
Environment
CacheFactoryBean
ClientCacheConfigurer
PeerCacheConfigurer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CacheNameAutoConfiguration
public CacheNameAutoConfiguration()
-