From 7d6d62d17f7d357261bdbb0d692ba06e589d1e9c Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期四, 11 八月 2022 17:16:49 +0800 Subject: [PATCH] 文件转化 --- pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 68ed6d3..23d6240 100644 --- a/pom.xml +++ b/pom.xml @@ -61,12 +61,20 @@ <jasypt.version>2.1.2</jasypt.version> <!--瀵硅薄涓嶺ML澶勭悊--> <jaxb.version>2.3.1</jaxb.version> + <fileupload.version>1.4</fileupload.version> </properties> <!-- 澹版槑渚濊禆涓嶅紩鍏� --> <dependencyManagement> <dependencies> + <!--File杞琈ultipartFile--> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>${fileupload.version}</version> + </dependency> + <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> <dependency> <groupId>javax.xml.bind</groupId> -- Gitblit v1.8.0