Open
Conversation
Open
sunwupark
reviewed
Jul 2, 2024
sunwupark
reviewed
Jul 2, 2024
sunwupark
reviewed
Jul 2, 2024
sunwupark
reviewed
Jul 2, 2024
Contributor
There was a problem hiding this comment.
요즘은 implementation말고 api로 하나요? 신기하네용
Contributor
Author
There was a problem hiding this comment.
둘 다 사용하는데 implementation을 사용하면 다른 모듈에서 spring-data-jpa에 대한 의존성을 못찾아서 api로 변경했습니다
Contributor
There was a problem hiding this comment.
그런데 api와 implementation의차이가 뭔가요? 위에서 보면
api project(':Common')
implementation project(':Domain')
이렇게 있던데 어떤 차이가 있어서 다른때 사용하나요?
Contributor
There was a problem hiding this comment.
api로 하면 의존성을 찾아주는 건가요? 알아서요?
Contributor
Author
There was a problem hiding this comment.
implementation을 사용하면 직접 참조하고 있는 모듈에만 접근할 수 있는데 api를 사용하면 직접/간접 참조하고 있는 모듈에 모두 접근할 수 있어요. 자세한 내용은 오류 페이지에 정리해뒀어요
sunwupark
reviewed
Jul 2, 2024
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.
주요 변경 사항
1. Spring Security 설정
2. JWT 유틸리티 클래스 구현
3. 일반 로그인 기능 구현
4. 단위 테스트 추가
관련 이슈
[#12] 스프링 필터 등록