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.
📄 Summary
feat: 멀티모듈로 분리한다 #3 PR 이후 책임에 맞게 코드를 일부 변경 했습니다.
로그인 기능을 위해
뼈대 코드
만 구현했습니다. 추후 회의를 통해 추가 작업이 필요합니다. feat: 로그인 및 기본 뼈대 코드를 생성한다. #4 해당 이슈에서 작업을 진행하시면 됩니다.테스트 편의
src아래 testFixtures
라는 패키지에 타 모듈에서 의존하는 테스트 픽스처를 만드시면 됩니다.예외 처리 변경 및 etc
/api/members/...
로 api가 프리픽스로 붙었습니다. 이를 yml 설정 파일에서 context-path 속성을 통해 안붙여도 되도록 만들었습니다. 따라서 프로덕션 혹은 테스트 코드에서도/members/...
만 작성하셔도 프리픽스로 api가 붙습니다. 추후 dev, prod 나눠 배포할 때도 도움이 될 것 같아서 이렇게 만들었습니다!초기 작업이라 코드양이 많아서 보기 힘드실 수 있습니다..!
close #4