添加文件上传测试

This commit is contained in:
谢洪龙
2017-07-14 17:51:57 +08:00
parent 67afdcc372
commit 1e7618c135
7 changed files with 56 additions and 11 deletions
+6
View File
@@ -76,6 +76,12 @@
<version>0.9.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-web-api</artifactId>