Commit 02d955f2 authored by liaozan's avatar liaozan 🏀

add easyexcel utils

parent 418dd5a6
......@@ -56,6 +56,8 @@
<commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.11.0</commons-io.version>
<easyexcel.version>3.0.5</easyexcel.version>
<!-- database related -->
<mybatis-plus.version>3.5.0</mybatis-plus.version>
<dynamic-datasource.version>3.5.0</dynamic-datasource.version>
......@@ -155,6 +157,11 @@
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
<!-- dubbo related -->
<!-- user single dependency instead of dubbo-bom,because dubbo-bom set the spring version-->
<dependency>
......@@ -313,6 +320,15 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<executions>
<execution>
<id>commitInfo</id>
<phase>compile</phase>
<goals>
<goal>revision</goal>
</goals>
</execution>
</executions>
<configuration>
<verbose>false</verbose>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment