스프링부트 커뮤니티 API 서버 만들기 #4 지옥의 Board API 만들기, 게시판 CRUD + 이미지 업로드 질문 및 피드백은 환영입니다! 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 오늘은 Board API를 만들었습니다. 게시판에 관련 돼서 생각할게 몇 가지가 있습니다.
먼저 기본적인 게시판의 CRUD 기능 구현 및 유저 댓글, 유저가 즐겨찾기 할 경우 및 추천 수에 따른 추천글 등록을 신경써야합니다. 그 중에서 오늘은 게시판 기능 + 이미지 업로드를 구현했습니다.
코드 설명 먼저 가장 중요한 Board Entit...
#
4
#
스프링
#
Springboot
#
Spring
#
Server
#
JPA
#
Java
#
Backend
#
API
#
스프링부트