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
84e1eddb
Commit
84e1eddb
authored
Oct 17, 2019
by
macro
Browse files
update comment
parent
bed857f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
mall-demo/src/main/java/com/macro/mall/demo/controller/DemoController.java
View file @
84e1eddb
...
@@ -18,9 +18,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -18,9 +18,9 @@ import org.springframework.web.bind.annotation.*;
import
java.util.List
;
import
java.util.List
;
/**
/**
*
测试
controller
*
品牌管理示例
controller
*/
*/
@Api
(
value
=
"
d
emo"
,
description
=
"
demo详情
"
)
@Api
(
tags
=
"
D
emo
Controller
"
,
description
=
"
品牌管理示例接口
"
)
@Controller
@Controller
public
class
DemoController
{
public
class
DemoController
{
@Autowired
@Autowired
...
...
mall-demo/src/main/java/com/macro/mall/demo/controller/RestTemplateDemoController.java
View file @
84e1eddb
...
@@ -25,7 +25,7 @@ import java.util.Map;
...
@@ -25,7 +25,7 @@ import java.util.Map;
* RestTemplate示例Controller
* RestTemplate示例Controller
* Created by macro on 2018/9/17.
* Created by macro on 2018/9/17.
*/
*/
@Api
(
value
=
"RestTemplateDemoController"
,
description
=
"RestTemplate示例"
)
@Api
(
tags
=
"RestTemplateDemoController"
,
description
=
"RestTemplate示例"
)
@Controller
@Controller
@RequestMapping
(
"/template"
)
@RequestMapping
(
"/template"
)
public
class
RestTemplateDemoController
{
public
class
RestTemplateDemoController
{
...
...
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