JPA2 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. Springboot JPA kotlin 1. 글 등록 과 목록 조회 https://github.com/rcaninhu/springboot3-demo GitHub - rcaninhu/springboot3-demo Contribute to rcaninhu/springboot3-demo development by creating an account on GitHub. github.com 샘플샘플 스프링부트3 데모~ springboot3 + kotlin + JPA 개발환경(?) 주변에 필요한건 도커로 구성 지금은 mysql8.0 하나 필요에 의해서 나중에 추가추가 하고 간단하게 springboot kotlin 데모 샘플 코드~ 목적이 없으면 심심하니까 게시판(?) 정도 만드는걸 목표로? 목표 1. 글 등록 목표2. 글 목록 1. 글등록 제목, 내용, 작성일 @Entity cla.. 2023. 2. 11. 이전 1 다음