Commit 84e1eddb authored by macro's avatar macro
Browse files

update comment

parent bed857f3
......@@ -18,9 +18,9 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* 测试controller
* 品牌管理示例controller
*/
@Api(value = "demo", description = "demo详情")
@Api(tags = "DemoController", description = "品牌管理示例接口")
@Controller
public class DemoController {
@Autowired
......
......@@ -25,7 +25,7 @@ import java.util.Map;
* RestTemplate示例Controller
* Created by macro on 2018/9/17.
*/
@Api(value = "RestTemplateDemoController", description = "RestTemplate示例")
@Api(tags = "RestTemplateDemoController", description = "RestTemplate示例")
@Controller
@RequestMapping("/template")
public class RestTemplateDemoController {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment