Merged
Conversation
card와 cardList의 order를 sequence로 변경
Fix : 변수명 변경
역할 관리를 위한 Role 컬럼 추가
각각의 Controller, Service 추가
[update] 각 1,2,3,4 있을 때 2,3을 변경하면 1,2(이전 값:3),3(이전 값:2),4 로 되도록 수정 [delete] 각 1,2,3,4 있을 때 2를 삭제하면 1,2(이전 값:3),3(이전 값:4 )로 되도록 수정
CardRequestDto 생성
CardResponseDto 생성
동적인 queryDsl을 위한 설정
UpdateCardRequestDto 생성
카드 검색시 사용하는 쿼리 dsl 생성 BooleanExpression으로 조건을 받을 수 있게 했다
CardRepositoryCustom를 추가 상속
기본적인 카드 생성,삭제 구현 아직 테스트 안해봄 카드 업데이트 및 조회 기능은 현제 구현중
업데이트 메서드의 주석처리
Feature/user
Feature/cardlist
startAt과 endAt을 추가
…/card # Conflicts: # .github/workflows/gradle-publish.yml
Feature/card
Feature/card
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.