add fdfs upload download test

This commit is contained in:
chengdu
2019-07-13 15:49:36 +08:00
parent 4249f95310
commit 4b8b8397d1
4 changed files with 128 additions and 1 deletions

15
pom.xml
View File

@@ -17,6 +17,21 @@
<jdk.version>1.6</jdk.version>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.26</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>