From cccdac47b503b160f296b00fc3f1f81d40488fb8 Mon Sep 17 00:00:00 2001 From: shuzheng <469741414@qq.com> Date: Wed, 19 Oct 2016 16:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90=20mybatis-ehcache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 26 ++++++++++++++----- .../resources/applicationContext-ehcache.xml | 10 +++---- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 3312e4a7..d56762bd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -12,12 +12,19 @@ UTF-8 + 1.7 1.7 1.7 - 4.1.7.RELEASE - 3.2.7 - 1.2.3 + + 4.3.3.RELEASE + 4.1.3.RELEASE + + 3.4.1 + 1.3.0 + 1.3.5 + 1.0.0 + 2.10.0 @@ -52,12 +59,12 @@ org.springframework.security spring-security-web - 4.1.3.RELEASE + ${spring-security.version} org.springframework.security spring-security-config - 4.1.3.RELEASE + ${spring-security.version} @@ -73,13 +80,18 @@ org.mybatis.generator mybatis-generator-core - 1.3.5 + ${mybatis-generator.version} net.sf.ehcache ehcache - 2.10.0 + ${ehcache.version} + + + org.mybatis + mybatis-ehcache + ${mybatis-ehcache.version} diff --git a/common/src/main/resources/applicationContext-ehcache.xml b/common/src/main/resources/applicationContext-ehcache.xml index 4523da1e..0f8d5a0f 100644 --- a/common/src/main/resources/applicationContext-ehcache.xml +++ b/common/src/main/resources/applicationContext-ehcache.xml @@ -11,14 +11,14 @@ - - - - - + + + + + \ No newline at end of file