게시판1 Springboot JPA kotlin 2. 글 수정, 글 삭제, 글 상세 https://github.com/rcaninhu/springboot3-demo GitHub - rcaninhu/springboot3-demo Contribute to rcaninhu/springboot3-demo development by creating an account on GitHub. github.com 지난 게시글에서 수정, 목표 1. 글 상세 목표 2. 글 수정 목표 3. 글 삭제 1. 글 상세. 스프링에 있는 PathVariable를 이용하여 간단하게 상세를. 게시글 아이디를 주면 가져오기. @GetMapping("/{boardId}") fun detailBoard( @PathVariable("boardId") board: Board? ): ResponseEntity = board?.le.. 2023. 2. 11. 이전 1 다음