mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-08 15:14:57 +08:00
对象存储功能
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -30,7 +30,8 @@
|
||||
<fastJson.version>1.2.78</fastJson.version>
|
||||
<apache-commons.version>2.10.0</apache-commons.version>
|
||||
<gson.version>2.9.0</gson.version>
|
||||
<qiniu-oss.version>7.9.5</qiniu-oss.version>
|
||||
<qiniu.version>7.9.5</qiniu.version>
|
||||
<qcloud-version>5.6.54</qcloud-version>
|
||||
<aliyun-oss.version>3.10.2</aliyun-oss.version>
|
||||
</properties>
|
||||
|
||||
@@ -93,11 +94,17 @@
|
||||
<artifactId>gson</artifactId>
|
||||
<version>${gson.version}</version>
|
||||
</dependency>
|
||||
<!-- 七牛云OSS -->
|
||||
<!-- 七牛云 -->
|
||||
<dependency>
|
||||
<groupId>com.qiniu</groupId>
|
||||
<artifactId>qiniu-java-sdk</artifactId>
|
||||
<version>${qiniu-oss.version}</version>
|
||||
<version>${qiniu.version}</version>
|
||||
</dependency>
|
||||
<!-- 腾讯云COS -->
|
||||
<dependency>
|
||||
<groupId>com.qcloud</groupId>
|
||||
<artifactId>cos_api</artifactId>
|
||||
<version>${qcloud-version}</version>
|
||||
</dependency>
|
||||
<!-- 阿里云OSS -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user