Conversation
- JPA Auditing 기술을 활용해서 Entity 요소들의 생성일, 수정일을 저장하기 위해 Config 파일을 작성했습니다. - CreatedDate, ModifiedDate 속성을 모든 Entity에 부여하기 위해서 BaseEntity 추상 메소드를 작성했습니다. issue #3
- Local 영역과 Test 영역을 분리하기 위해서 Profile 설정하였습니다. - Local 영역은 Mysql DB 사용하여 실제 데이터들을 담도록 하였습니다. - Test 영역은 H2 인모메리 DB 사용하여 가볍게 테스트용 데이터를 저장 및 롤백하도록 하였습니다. issue #3
- build.gradle 파일을 구조적으로 파악하기 쉽도록 기술 모듈별로 정리하였습니다. issue #3
- 타이핑 문장을 의미하는 Phrase Entity 구현하였습니다. - DB에서 문장들을 불러올 수 있도록 JpaRepository 활용한 PhraseRepository를 구현하였습니다. - DB에서 최대 20개의 문장들을 랜덤하게 가져올 수 있도록 JPQL 활용하여 쿼리문을 작성했습니다. issue #3
- Entity id를 가져오기 위해서 Phrase 어노테이션 Getter 추가 - Junit 활용하여 문장 랜덤 조회 기능 테스트 구현 issue #3
Closed
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
#3
📝 작업 내용
💬 리뷰 요구사항