Skip to content
Snippets Groups Projects
Commit eb8ba79b authored by Mic's avatar Mic
Browse files

moved cache config files to dedicated folder

parent d1cc655a
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@
</bean>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment