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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user