diff --git a/spring-boot-data-geode/src/main/resources/META-INF/spring.factories b/spring-boot-data-geode/src/main/resources/META-INF/spring.factories index 1d8f985d..8bd0ad03 100644 --- a/spring-boot-data-geode/src/main/resources/META-INF/spring.factories +++ b/spring-boot-data-geode/src/main/resources/META-INF/spring.factories @@ -1,5 +1,6 @@ # Auto Configuration org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -org.springframework.boot.data.geode.autoconfigure.GeodeCachingProviderAutoConfiguration,\ org.springframework.boot.data.geode.autoconfigure.GeodeClientCacheAutoConfiguration,\ +org.springframework.boot.data.geode.autoconfigure.GeodeCachingProviderAutoConfiguration,\ +org.springframework.boot.data.geode.autoconfigure.GeodeContinuousQueryAutoConfiguration,\ org.springframework.boot.data.geode.autoconfigure.GeodeRepositoriesAutoConfiguration