From b9d135e896d12cd9aef307f09d37d1e465f15793 Mon Sep 17 00:00:00 2001 From: LSZ Date: Sun, 17 Jul 2016 22:58:59 +0800 Subject: [PATCH] Add cache.xml, config ehcache --- src/main/resources/ehcache.xml | 55 +++++++++++++++++++++++++++-- src/main/resources/spring/cache.xml | 18 ++++++++++ 2 files changed, 70 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/spring/cache.xml diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml index 466ce61..b0bb1ce 100644 --- a/src/main/resources/ehcache.xml +++ b/src/main/resources/ehcache.xml @@ -12,12 +12,61 @@ + + + + + + + + + + + + + diff --git a/src/main/resources/spring/cache.xml b/src/main/resources/spring/cache.xml new file mode 100644 index 0000000..f602fd6 --- /dev/null +++ b/src/main/resources/spring/cache.xml @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file