[Spring][쇼핑몰 프로젝트][18] 상품 등록 - 카테고리 리스트 구현 - 1

https://kimvampa.tistory.com/197
This commit is contained in:
SeoJin Kim
2021-03-25 15:12:44 +09:00
parent 3ac3541c29
commit a9607eb0e8
24 changed files with 278 additions and 9 deletions

View File

@@ -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());
}
}