+ commit missing configs
This commit is contained in:
Costin Leau 2011-05-13 15:59:22 +00:00
parent 5c0e22e7a8
commit cc519e7c6d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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