fileupload-spring-boot-starter
集成七牛云、阿里云OSS、本地三种方式的文件上上传
License |
License |
---|---|
GroupId | GroupIdcom.github.zhaojiacan |
ArtifactId | ArtifactIdfileupload |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfileupload-spring-boot-starter
集成七牛云、阿里云oss、本地上传 spring boot start
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fileupload-0.1.0.pom | |
fileupload-0.1.0.jar | 28 KB |
fileupload-0.1.0-sources.jar | 15 KB |
fileupload-0.1.0-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhaojiacan/fileupload/ -->
<dependency>
<groupId>com.github.zhaojiacan</groupId>
<artifactId>fileupload</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhaojiacan/fileupload/
implementation 'com.github.zhaojiacan:fileupload:0.1.0'
// https://jarcasting.com/artifacts/com.github.zhaojiacan/fileupload/
implementation ("com.github.zhaojiacan:fileupload:0.1.0")
'com.github.zhaojiacan:fileupload:jar:0.1.0'
<dependency org="com.github.zhaojiacan" name="fileupload" rev="0.1.0">
<artifact name="fileupload" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhaojiacan', module='fileupload', version='0.1.0')
)
libraryDependencies += "com.github.zhaojiacan" % "fileupload" % "0.1.0"
[com.github.zhaojiacan/fileupload "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.0.RELEASE |
cn.hutool : hutool-all | jar | 5.3.6 |
com.qiniu : qiniu-java-sdk | jar | [7.2.0, 7.2.99] |
com.aliyun.oss : aliyun-sdk-oss | jar | 3.9.1 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.2.0.RELEASE |
集成七牛云、阿里云OSS、本地三种方式的文件上上传