|
@@ -8,6 +8,7 @@ import com.macro.mall.portal.service.OmsCartItemService;
|
|
import com.macro.mall.portal.service.UmsMemberService;
|
|
import com.macro.mall.portal.service.UmsMemberService;
|
|
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.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
@@ -19,7 +20,8 @@ import java.util.List;
|
|
* Created by macro on 2018/8/2.
|
|
* Created by macro on 2018/8/2.
|
|
*/
|
|
*/
|
|
@Controller
|
|
@Controller
|
|
-@Api(tags = "OmsCartItemController", description = "购物车管理")
|
|
|
|
|
|
+@Api(tags = "OmsCartItemController")
|
|
|
|
+@Tag(name = "OmsCartItemController", description = "购物车管理")
|
|
@RequestMapping("/cart")
|
|
@RequestMapping("/cart")
|
|
public class OmsCartItemController {
|
|
public class OmsCartItemController {
|
|
@Autowired
|
|
@Autowired
|