[Release/step2]Step2 구현#21
Open
kyucumber wants to merge 35 commits intowotjd243:bookfrom
kyucumber:release/step2
Open
[Release/step2]Step2 구현#21kyucumber wants to merge 35 commits intowotjd243:bookfrom kyucumber:release/step2
kyucumber wants to merge 35 commits intowotjd243:bookfrom
kyucumber:release/step2
Conversation
book-core 모듈 추가 - 의존성 추가 - 설정 추가 - 그래들 버전 변경 4.10 -> 5.2.
엔티티 구현 - Book - User - BookRentHistory
# Conflicts: # README.md # book-core/src/main/java/io/github/book/domain/book/Book.java # book-core/src/main/java/io/github/book/domain/book/BookRentHistory.java # book-core/src/main/java/io/github/book/domain/user/User.java # book-core/src/main/resources/application.yml # build.gradle
- RentBookHistory -> Rent - User의 email, passowrd를 Account로 변경 - User가 collectedBook을 가지게 변경
- Value Object 추가 및 구조 변경, 테스트 코드 작성
- Add DummyBook, DummyCollectedBook, DummyUser - 책 제목에 검색 키워드가 포함되었는지 확인하는 메서드 추가 - Add DummyBookRepository, DummyUserRepository - CollectedBook 생성자에 사용 안하는 isRent 제거
Step2 리팩토링 및 서비스 레이어 구현
- save, findByIsbn, readBook 메소드 구현 및 테스트 코드 작성 - dto 구현
- controller test base 클래스 추가 - hateoas 의존성 추가
- book api 구현 - book api 테스트 코드 구현
- book api에 대한 테스트 코드 작성
- rename CollectedController -> CollectedBookRestController - using HateOasResource
- Add collectedBookList, collectedBookListTest - Add CollectedBook, BookLocation @EqualsAndHashCode
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.
No description provided.