License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.zhaojiacan |
ArtifactId | ArtifactIdfileupload-spring-boot-starter |
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 |
<!-- https://jarcasting.com/artifacts/com.github.zhaojiacan/fileupload-spring-boot-starter/ -->
<dependency>
<groupId>com.github.zhaojiacan</groupId>
<artifactId>fileupload-spring-boot-starter</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhaojiacan/fileupload-spring-boot-starter/
implementation 'com.github.zhaojiacan:fileupload-spring-boot-starter:0.1.0'
// https://jarcasting.com/artifacts/com.github.zhaojiacan/fileupload-spring-boot-starter/
implementation ("com.github.zhaojiacan:fileupload-spring-boot-starter:0.1.0")
'com.github.zhaojiacan:fileupload-spring-boot-starter:jar:0.1.0'
<dependency org="com.github.zhaojiacan" name="fileupload-spring-boot-starter" rev="0.1.0">
<artifact name="fileupload-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhaojiacan', module='fileupload-spring-boot-starter', version='0.1.0')
)
libraryDependencies += "com.github.zhaojiacan" % "fileupload-spring-boot-starter" % "0.1.0"
[com.github.zhaojiacan/fileupload-spring-boot-starter "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 |