|
|
|
@ -27,13 +27,50 @@
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-starter-swagger</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--Oss--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-starter-oss-all</artifactId> |
|
|
|
|
<artifactId>blade-starter-oss</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--Sms--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-starter-sms-all</artifactId> |
|
|
|
|
<artifactId>blade-starter-sms</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--MinIO--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.minio</groupId> |
|
|
|
|
<artifactId>minio</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--Alioss--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.aliyun.oss</groupId> |
|
|
|
|
<artifactId>aliyun-sdk-oss</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--AliSms--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.aliyun</groupId> |
|
|
|
|
<artifactId>aliyun-java-sdk-core</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--腾讯COS--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.qcloud</groupId> |
|
|
|
|
<artifactId>cos_api</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--腾讯SMS--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.github.qcloudsms</groupId> |
|
|
|
|
<artifactId>qcloudsms</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--QiNiu--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.qiniu</groupId> |
|
|
|
|
<artifactId>qiniu-java-sdk</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--YunPian--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.yunpian.sdk</groupId> |
|
|
|
|
<artifactId>yunpian-java-sdk</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|