6-27更新 增加对接七牛云存储

This commit is contained in:
Hellohao
2019-06-27 01:12:05 +08:00
parent 210fd20a6a
commit 26337be423
45 changed files with 14969 additions and 4827 deletions
+14 -1
View File
@@ -70,8 +70,14 @@
<artifactId>java-sdk</artifactId>
<version>4.1.2</version>
</dependency>
<!--七牛-->
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>7.2.22</version>
</dependency>
<!-- 定时器依赖-->
<!-- 定时器依赖-->
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
@@ -90,6 +96,13 @@
<version>4.3.16.RELEASE</version>
</dependency>
<!-- 服务器配置信息依赖 -->
<dependency>
<groupId>org.fusesource</groupId>
<artifactId>sigar</artifactId>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>