[Spring][쇼핑몰 프로젝트][36] 장바구니 기능(장바구니 추가(서버 구현))
- 4 누락 코드 추가
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package com.vam.service;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.vam.mapper.CartMapper;
|
||||
import com.vam.model.CartDTO;
|
||||
|
||||
@Service
|
||||
public class CartServiceImpl implements CartService {
|
||||
|
||||
@Autowired
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package com.vam.service;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.vam.mapper.CartMapper;
|
||||
import com.vam.model.CartDTO;
|
||||
|
||||
@Service
|
||||
public class CartServiceImpl implements CartService {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user