mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-16 00:31:11 +00:00
added @Cacheable support with ehcache
This commit is contained in:
parent
4ccf1eaa05
commit
0c09ec3bd1
10 changed files with 479 additions and 33 deletions
|
|
@ -23,7 +23,7 @@ id="WebApp_ID" version="2.5">
|
|||
-->
|
||||
<context-param>
|
||||
<param-name>contextConfigLocation</param-name>
|
||||
<param-value>classpath:spring/dao-config.xml, classpath:spring/jmx-aop-config.xml</param-value>
|
||||
<param-value>classpath:spring/dao-config.xml, classpath:spring/tools-config.xml</param-value>
|
||||
</context-param>
|
||||
|
||||
<listener>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue