|
|
@@ -22,12 +22,6 @@
|
|
|
<version>1.4</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>easyexcel</artifactId>
|
|
|
- <version>3.1.1</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!--Redis 依赖包-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -78,6 +72,11 @@
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>easyexcel</artifactId>
|
|
|
+ <version>3.1.1</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
</dependency>
|