[Spring][쇼핑몰 프로젝트][18] 상품 등록 - 작가 선택(팝업창) 구현 - 1
https://kimvampa.tistory.com/195
This commit is contained in:
@@ -133,5 +133,12 @@ public class AdminController {
|
||||
return "redirect:/admin/goodsManage";
|
||||
}
|
||||
|
||||
/* 작가 검색 팝업창 */
|
||||
@GetMapping("/authorPop")
|
||||
public void authorPopGET() throws Exception{
|
||||
|
||||
logger.info("authorPopGET.......");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user