+ remove name from cache factory
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="named-cache" class="org.springframework.data.gemfire.CacheFactoryBean" p:name="named-cache">
|
||||
<bean id="named-cache" class="org.springframework.data.gemfire.CacheFactoryBean">
|
||||
<property name="properties">
|
||||
<props>
|
||||
<!-- cache-with-props is not being picked up or used. -->
|
||||
|
||||
Reference in New Issue
Block a user