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
e20208d0
Commit
e20208d0
authored
Apr 02, 2024
by
macro
Browse files
Update DemoController.java
parent
5672156c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-demo/src/main/java/com/macro/mall/demo/controller/DemoController.java
View file @
e20208d0
...
...
@@ -7,6 +7,7 @@ import com.macro.mall.demo.service.DemoService;
import
com.macro.mall.model.PmsBrand
;
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.Autowired
;
...
...
@@ -20,7 +21,8 @@ import java.util.List;
* 品牌管理示例controller
* Created by macro on 2019/4/8.
*/
@Api
(
tags
=
"DemoController"
,
description
=
"品牌管理示例接口"
)
@Api
(
tags
=
"DemoController"
)
@Tag
(
name
=
"DemoController"
,
description
=
"品牌管理示例接口"
)
@Controller
public
class
DemoController
{
@Autowired
...
...
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