From 346a3cf7f154af951665b1a7bf734eed01bb48bc Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 26 十二月 2022 11:11:14 +0800 Subject: [PATCH] update 重构 ExcelUtil 全导出方法支持 OutputStream 流导出 不局限于 response --- ruoyi-common/pom.xml | 22 +++++----------------- 1 files changed, 5 insertions(+), 17 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 7f0e384..90d2994 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.1.0</version> + <version>4.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -58,12 +58,6 @@ <artifactId>jackson-databind</artifactId> </dependency> - <!-- excel宸ュ叿 --> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml</artifactId> - </dependency> - <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> @@ -73,12 +67,6 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - </dependency> - - <!-- jdk11 缂哄け渚濊禆 jaxb--> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> </dependency> <!-- servlet鍖� --> @@ -138,13 +126,13 @@ </dependency> <dependency> - <groupId>com.github.xiaoymin</groupId> - <artifactId>knife4j-spring-boot-starter</artifactId> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-webmvc-core</artifactId> </dependency> <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-annotations</artifactId> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-javadoc</artifactId> </dependency> <!-- 鑷姩鐢熸垚YML閰嶇疆鍏宠仈JSON鏂囦欢 --> -- Gitblit v1.9.3