Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- #자바 #로또
- Spring 게시판 수정삭제
- spring 게시판 만들기
- 자바기본
- Spring 게시판 상세 조회
- spring framework
- Spring 게시판 작성
- 자바 #관리프로그램 기초
- 데이터베이스
Archives
- Today
- Total
목록Spring 게시판 상세 조회 (1)
JeongseokDEV-SimpleU

1 ) 게시판 상세 조회 Controller 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 //게시판 상세보기 @RequestMapping(value = "/boardDetail") public String boardDetail(HttpServletRequest request, HttpServletResponse response) throws Exception { return "board/boardDetail"; } @RequestMapping(value = "/getBoardDetail") @ResponseBody public BoardDto getBoardDetail(HttpServletRequest request, HttpServletResponse..
자바/스프링
2020. 3. 13. 19:43