提交 cc519e7c 编写于 作者: C Costin Leau

SPR-8334

+ commit missing configs
上级 5c0e22e7
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</bean> </bean>
--> -->
<bean id="cacheManager" class="org.springframework.cache.support.MapCacheManager"> <bean id="cacheManager" class="org.springframework.cache.support.SimpleCacheManager">
<property name="caches"> <property name="caches">
<set> <set>
<bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/> <bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<aop:advisor advice-ref="debugInterceptor" pointcut="execution(* *..CacheableService.*(..))" order="1"/> <aop:advisor advice-ref="debugInterceptor" pointcut="execution(* *..CacheableService.*(..))" order="1"/>
</aop:config> </aop:config>
<bean id="cacheManager" class="org.springframework.cache.support.MapCacheManager"> <bean id="cacheManager" class="org.springframework.cache.support.SimpleCacheManager">
<property name="caches"> <property name="caches">
<set> <set>
<bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/> <bean class="org.springframework.cache.concurrent.ConcurrentCacheFactoryBean" p:name="default"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册