게시판을 생성하면 생성한 User의 Boards 필드에 게시판의 ID를 sub-document로 넣을 예정이며 게시판의 CRUD 서비스 = Create, Read, Update, Delete 기능을 만들 예정입니다. # couchBoard.controller.BoardController.java package couchBoard.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMe...
#
board
#
couchBoard
#
nosql
#
springboot
#
게시판
#
스프링부트
#
카우치베이스