|
|
|
@ -24,6 +24,7 @@
|
|
|
|
|
<commons-io-version>2.6</commons-io-version>
|
|
|
|
|
<pagehelper-version>1.2.5</pagehelper-version>
|
|
|
|
|
<mybatis-version>1.3.2</mybatis-version>
|
|
|
|
|
<ehcache-version>1.1.0</ehcache-version>
|
|
|
|
|
<dozer-version>5.5.1</dozer-version>
|
|
|
|
|
<spring-cloud.version>Greenwich.RC2</spring-cloud.version>
|
|
|
|
|
</properties>
|
|
|
|
@ -143,6 +144,11 @@
|
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${r'${mybatis-version}'}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mybatis.caches</groupId>
|
|
|
|
|
<artifactId>mybatis-ehcache</artifactId>
|
|
|
|
|
<version>${r'${ehcache-version}'}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.dozer</groupId>
|
|
|
|
|
<artifactId>dozer</artifactId>
|
|
|
|
|