|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
<#if project.needCloud>
|
|
|
|
|
<spring-cloud.version>Greenwich.RC2</spring-cloud.version>
|
|
|
|
|
</#if>
|
|
|
|
|
<poi-ooxml-version>3.8</poi-ooxml-version>
|
|
|
|
|
<easyexcel-version>2.0.5</easyexcel-version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
@ -140,8 +140,8 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<#if dataBase == 'MySQL'>
|
|
|
|
|
|
|
|
|
@ -207,9 +207,9 @@
|
|
|
|
|
<version>${r'${dozer-version}'}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>${r'${poi-ooxml-version}'}</version>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
<version>${r'${easyexcel-version}'}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|