-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 유저 리뷰 조회 기능 #152
feat: 유저 리뷰 조회 기능 #152
Conversation
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
통합 테스트를 단위 테스트 이름으로 올렸네요 🥲
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨씁니다~
public interface UserRepository extends JpaRepository<User, Long> { | ||
|
||
@Query("select u from users u " + | ||
"where u.oauth.authenticated = :authenticated and u.oauth.oauthId = :oAuthId") | ||
"where u.oauth.authenticated = :authenticated and u.oauth.oauthId = :oAuthId") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 authenticated랑 oauthId에 인덱스 걸어줘야겠네요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🔥
🚀 어떤 기능을 개발했나요?
🕶️ 어떻게 해결했나요?
🦀 이슈 넘버