Commit 02d955f2 authored by liaozan's avatar liaozan 🏀

add easyexcel utils

parent 418dd5a6
...@@ -56,6 +56,8 @@ ...@@ -56,6 +56,8 @@
<commons-collections4.version>4.4</commons-collections4.version> <commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.11.0</commons-io.version> <commons-io.version>2.11.0</commons-io.version>
<easyexcel.version>3.0.5</easyexcel.version>
<!-- database related --> <!-- database related -->
<mybatis-plus.version>3.5.0</mybatis-plus.version> <mybatis-plus.version>3.5.0</mybatis-plus.version>
<dynamic-datasource.version>3.5.0</dynamic-datasource.version> <dynamic-datasource.version>3.5.0</dynamic-datasource.version>
...@@ -155,6 +157,11 @@ ...@@ -155,6 +157,11 @@
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>${fastjson.version}</version> <version>${fastjson.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
<!-- dubbo related --> <!-- dubbo related -->
<!-- user single dependency instead of dubbo-bom,because dubbo-bom set the spring version--> <!-- user single dependency instead of dubbo-bom,because dubbo-bom set the spring version-->
<dependency> <dependency>
...@@ -313,6 +320,15 @@ ...@@ -313,6 +320,15 @@
<plugin> <plugin>
<groupId>pl.project13.maven</groupId> <groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId> <artifactId>git-commit-id-plugin</artifactId>
<executions>
<execution>
<id>commitInfo</id>
<phase>compile</phase>
<goals>
<goal>revision</goal>
</goals>
</execution>
</executions>
<configuration> <configuration>
<verbose>false</verbose> <verbose>false</verbose>
<failOnNoGitDirectory>false</failOnNoGitDirectory> <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