Add o.s.b.d.g.autoconfigure.GeodeContinuousQueryAutoConfiguration to enable Apache Geode Continuous Queries (CQ).

Re-order Geode auto-config @Configuration classes to ensure an Apache Geode ClientCache instance is created before all other features are initialized.
This commit is contained in:
John Blum
2018-01-26 15:12:58 -08:00
parent 5c86036a01
commit 307c50242c

View File

@@ -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