Class CoherenceAutoConfiguration

java.lang.Object
com.oracle.coherence.spring.boot.autoconfigure.CoherenceAutoConfiguration

@AutoConfiguration @ConditionalOnMissingBean(CoherenceServer.class) @EnableCoherence @EnableConfigurationProperties({CoherenceProperties.class,CoherenceConfigClientProperties.class}) @AutoConfigureBefore(org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class) public class CoherenceAutoConfiguration extends Object
Activates Coherence Auto Configuration for Spring Boot, provided the respective CoherenceServer is not defined.
Since:
3.0
Author:
Gunnar Hillert