mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
moved cache config files to dedicated folder
This commit is contained in:
parent
d1cc655aae
commit
eb8ba79ba1
3 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue