jsp1 [JSP] Selectbox (Dropdown list)에 DB 값 넣어주기 모델 DraftController.java @GetMapping("/registDraft") public void registDraft(Model model) { model.addAttribute("getDeptList", service.getDeptList()); model.addAttribute("결과값 이름", 서비스에서 가져온 메서드 결과()); 결과값 이름은 마음대로 정해도 됨 뷰 RegistDraft.jsp 부서 매퍼 DraftMapper.xml 연결 흐름 뷰 > 컨트롤러 > 모델(서비스 > 매퍼 > VO) 모델(VO > 매퍼 > 서비스) > 컨트롤러 > 뷰 참고 사이트 https://offbyone.tistory.com/368 2019. 11. 8. 이전 1 다음