@SpringBootConfiguration
@ConditionalOnClass(value={org.springframework.data.gemfire.CacheFactoryBean.class,org.apache.geode.cache.GemFireCache.class})
public class CacheNameAutoConfiguration
extends java.lang.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