moved cache config files to dedicated folder

This commit is contained in:
Mic 2013-06-05 09:04:41 +08:00
parent d1cc655aae
commit eb8ba79ba1
3 changed files with 1 additions and 1 deletions

View file

@ -42,7 +42,7 @@
</bean> </bean>
<bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean"> <bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
<property name="configLocation" value="classpath:ehcache.xml"/> <property name="configLocation" value="classpath:cache/ehcache.xml"/>
</bean> </bean>