-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Spring Core] 안정현 미션제출합니다. #76
base: anhye0n
Are you sure you want to change the base?
Conversation
public JwtUtil jwtUtil() { | ||
return new JwtUtil(secret, expiration); | ||
} | ||
} |
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.
저도 이거를 고민했는데 roomescape내의 패키지로 auth를 만들 경우, 이게 맞는데 미션에서 동등한 계층이라는 말이 있어서 저는 java밑의 계층의 패키지로 만들어주었습니다. 그럴 경우 @import를 사용해서 외부 컴포넌트 스캔 범위를 벗어나는 경우를 스캔 할 수 있더라구요!
registry.addInterceptor(adminInterceptor) | ||
.addPathPatterns("/admin/**"); | ||
} | ||
} |
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.
interceptor와 argumentResolver의 역할이 맥락적으로 같다고 생각해서 같은 config안에 등록해주는 건 어떨까요?
reservationRepository.save(new Reservation(admin.getId(), "2024-03-01", theme3.getId(), time3.getId())); | ||
reservationRepository.save(new Reservation(brown.getId(), "2024-03-01", theme2.getId(), time1.getId())); | ||
} | ||
} |
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.
잘하신 것 같아여! 😃
안녕하세요! 리뷰어님.
미션 자체는 저번보다 괜찮았지만, 7단계 분리하는 부분에서 제가 잘 분리한게 맞는지.. 하는 의심이 듭니다.
이 부분에 관해서 의견 주시면 감사할 것 같습니다!
7, 8단계