From 98ab05793bb61a3f7de36fc4bb933497c9b11e6e Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sat, 2 Jun 2018 22:52:57 +0800 Subject: [PATCH] add msgPcPoolCache cache --- web/src/main/resources/cache/ehcache-local.xml | 3 +++ web/src/main/resources/cache/ehcache-rmi.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/web/src/main/resources/cache/ehcache-local.xml b/web/src/main/resources/cache/ehcache-local.xml index 519f6daa..89637e07 100644 --- a/web/src/main/resources/cache/ehcache-local.xml +++ b/web/src/main/resources/cache/ehcache-local.xml @@ -24,4 +24,7 @@ + + + \ No newline at end of file diff --git a/web/src/main/resources/cache/ehcache-rmi.xml b/web/src/main/resources/cache/ehcache-rmi.xml index 3725caf9..d080abf2 100644 --- a/web/src/main/resources/cache/ehcache-rmi.xml +++ b/web/src/main/resources/cache/ehcache-rmi.xml @@ -58,4 +58,9 @@ + + + + + \ No newline at end of file