스프링부트 커뮤니티 API 서버 만들기 #6 - 댓글 구현하기 https://github.com/sosow0212/community GitHub - sosow0212/community: Community service (RestAPI Server) Community service (RestAPI Server). Contribute to sosow0212/community development by creating an account on GitHub. github.com 질문 및 피드백은 환영입니다 :) 오늘은 댓글 API를 만들었습니다.
일단은 간단하게 댓글만 만들었지만, 아마 다음주부터 게시글 계층 카테고리 + 쪽지 무한 스크롤 + 대댓글 기능도 구현해야할 것 같습니다. 먼저 Comment Entity 입니다. package yoon.community.entity.comment; import lombok.*; import org.hibernate.annotations.OnDele...
#
6
#
스프링
#
게시판만들기
#
게시판
#
Springboot
#
Spring
#
RestAPI
#
JPA
#
Java
#
API
#
스프링부트