Commit dc5d4ad3 authored by macro's avatar macro
Browse files

Update CmsSubjectController.java

parent 9f86115e
...@@ -6,6 +6,7 @@ import com.macro.mall.model.CmsSubject; ...@@ -6,6 +6,7 @@ import com.macro.mall.model.CmsSubject;
import com.macro.mall.service.CmsSubjectService; import com.macro.mall.service.CmsSubjectService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import io.swagger.v3.oas.annotations.tags.Tag;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
...@@ -20,7 +21,8 @@ import java.util.List; ...@@ -20,7 +21,8 @@ import java.util.List;
* Created by macro on 2018/6/1. * Created by macro on 2018/6/1.
*/ */
@Controller @Controller
@Api(tags = "CmsSubjectController", description = "商品专题管理") @Api(tags = "CmsSubjectController")
@Tag(name = "CmsSubjectController", description = "商品专题管理")
@RequestMapping("/subject") @RequestMapping("/subject")
public class CmsSubjectController { public class CmsSubjectController {
@Autowired @Autowired
......
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