From 2aa617c39a9c08f186a0752c3da8aaa1183698fe Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期三, 24 二月 2021 17:34:31 +0800 Subject: [PATCH] 读取excel文件版本兼容 --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 64bf187..25a54bf 100644 --- a/pom.xml +++ b/pom.xml @@ -51,11 +51,37 @@ <httpclient.version>4.5.12</httpclient.version> <!--mybatis鑷姩鐢熸垚--> <mybatis.actable>1.1.1.RELEASE</mybatis.actable> + <!--鑵捐浜慶os--> + <cos.version>5.6.32</cos.version> + <!--鍔犲瘑鍣�--> + <jasypt.version>2.1.2</jasypt.version> + <!--瀵硅薄涓嶺ML澶勭悊--> + <jaxb.version>2.3.1</jaxb.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + + <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>${jaxb.version}</version> + </dependency> + + <dependency> + <groupId>com.github.ulisesbocchio</groupId> + <artifactId>jasypt-spring-boot-starter</artifactId> + <version>${jasypt.version}</version> + </dependency> + + <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api --> + <dependency> + <groupId>com.qcloud</groupId> + <artifactId>cos_api</artifactId> + <version>${cos.version}</version> + </dependency> <!-- mybatis鍒嗛〉 --> <dependency> @@ -175,6 +201,15 @@ <version>${orgApache.poi}</version> </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.9</version> + </dependency> + + + <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> -- Gitblit v1.8.0