Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
7638e785
Commit
7638e785
authored
Aug 26, 2022
by
macro
Browse files
Update MinioController.java
parent
dc5d4ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/MinioController.java
View file @
7638e785
...
...
@@ -8,6 +8,7 @@ import com.macro.mall.dto.MinioUploadDto;
import
io.minio.*
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.v3.oas.annotations.tags.Tag
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Value
;
...
...
@@ -22,8 +23,9 @@ import java.util.Date;
* MinIO对象存储管理Controller
* Created by macro on 2019/12/25.
*/
@Api
(
tags
=
"MinioController"
,
description
=
"MinIO对象存储管理"
)
@Controller
@Api
(
tags
=
"MinioController"
)
@Tag
(
name
=
"MinioController"
,
description
=
"MinIO对象存储管理"
)
@RequestMapping
(
"/minio"
)
public
class
MinioController
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment