학습일지99. 파일업로드, 댓글 구현하기


학습일지99. 파일업로드, 댓글 구현하기

삭제 된 이후 글 목록 디자인이 구린건 어쩔 수 없당.. 나중에 바꿀겅다. 이제 이미지 파일도 업로드가 된다. 사진을 선택한 뒤 게시글 등록을 누르면 여러개의 사진들이 올라간다. Controller @PostMapping("/insertNotice") public String insertNotice(Notice notice, @Nullable @RequestParam("uploadfile") MultipartFile[] uploadfile) { // model.addAttribute("message","글 작성이 완료되었습니다."); // model.addAttribute("searchUrl","redirect:/Notice/getNoticeList"); notice.setCreateDate(new Date()); try { //boardService.insertBoard 메서드에서는 DB에 데이터를 저장하고 저장된 board_seq를 리턴 받음 Long notice_seq = no...


#댓글구현 #이미지업로드 #코딩 #파일업로드 #학습일지

원문링크 : 학습일지99. 파일업로드, 댓글 구현하기