[Spring][쇼핑몰 프로젝트][18] 상품 등록 - 카테고리 리스트 구현 - 1
https://kimvampa.tistory.com/197
This commit is contained in:
@@ -18,6 +18,7 @@ public class AdminMapperTests {
|
||||
private AdminMapper mapper;
|
||||
|
||||
/* 상품 등록 */
|
||||
/*
|
||||
@Test
|
||||
public void bookEnrollTest() throws Exception{
|
||||
|
||||
@@ -36,5 +37,14 @@ public class AdminMapperTests {
|
||||
|
||||
mapper.bookEnroll(book);
|
||||
}
|
||||
*/
|
||||
|
||||
/* 카테고리 리스트 */
|
||||
@Test
|
||||
public void cateListTest() throws Exception{
|
||||
|
||||
System.out.println("cateList()..........." + mapper.cateList());
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user