[Spring][쇼핑몰 프로젝트][18] 상품 등록 - 작가 선택(팝업창) 구현 - 1

https://kimvampa.tistory.com/195
This commit is contained in:
SeoJin Kim
2021-03-24 15:56:27 +09:00
parent 351ffa0888
commit 7c642b82ae
10 changed files with 101 additions and 6 deletions

View File

@@ -133,5 +133,12 @@ public class AdminController {
return "redirect:/admin/goodsManage";
}
/* 작가 검색 팝업창 */
@GetMapping("/authorPop")
public void authorPopGET() throws Exception{
logger.info("authorPopGET.......");
}
}