ThisDotE/communityForDevelopers

[Feature] 스터디그룹 생성

Opened this issue · 0 comments

CommunityForDeveloper 프로젝트

1. 스터디그룹 데이터 insert


01. 목적

스터디그룹 생성 후 해당 데이터를 DB로 전송하는 작업

02. 기능 구현 상세 내용(수정)

  • Test에서 Studygroup DTO setter를 이용해 객체 생성
  • Studygroup Service Mapper를 이용해 DTO -> Entity
  • JpaRepository를 이용해 DB로 데이터 Insert

03. 참고사항