From 0ec756cf5858fa840e4938fff949a0defafe6de0 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 04 八月 2021 13:09:43 +0800 Subject: [PATCH] fix oss列表 jpeg 不回显问题 --- ruoyi-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 016c457..5221faf 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -59,6 +59,11 @@ <artifactId>poi-ooxml</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + </dependency> + <!-- yml瑙f瀽鍣� --> <dependency> <groupId>org.yaml</groupId> -- Gitblit v1.9.3