[Spring][쇼핑몰 프로젝트][17] 작가 수정 페이지 - 1

https://kimvampa.tistory.com/189
This commit is contained in:
SeoJin Kim
2021-03-16 05:20:57 +09:00
parent dfb7e189ea
commit 60453d4308
8 changed files with 807 additions and 7 deletions

View File

@@ -86,8 +86,8 @@ public class AdminController {
}
/* 작가 상세 페이지 */
@GetMapping("/authorDetail")
/* 작가 상세, 수정 페이지 */
@GetMapping({"/authorDetail", "/authorModify"})
public void authorGetInfoGET(int authorId, Criteria cri, Model model) throws Exception {
logger.info("authorDetail......." + authorId);