-
Notifications
You must be signed in to change notification settings - Fork 51
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]주병주 미션 제출합니다. #70
base: gotobill
Are you sure you want to change the base?
Conversation
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, 8단계는 요구사항에 맞게 잘 진행해 주신 것 같아요.
수정하시던 지난 미션 부분만 마저 하시면 될 것 같습니다!
public class TestDataLoader implements CommandLineRunner { | ||
|
||
private final MemberRepository memberRepository; | ||
|
||
private final ThemeRepository themeRepository; | ||
|
||
private final TimeRepository timeRepository; | ||
|
||
private final ReservationRepository reservationRepository; |
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.
이런부분은 하나씩 공백이 있을 필요 없을 것 같아보입니다!
이외에도 불필요한 공백들이 보이는 것 같습니다:)
import roomescape.member.Member; | ||
import roomescape.member.MemberRepository; | ||
|
||
@Profile("default") |
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.
Production용과 DataLoader와 Test용 TestDataLoader를 만드세요
라는 요구 사항이 있었는데, 저는 주어진 그대로 @Profile("Production")
라고 단순하게 접근했습니다.
그런데 병주님을 포함한 대부분의 분들이 @Profile("default")
라고 많이 작성해 주셨더라고요.
둘 다 큰 상관이 없는걸 까요? 이 부분 궁금해요!
마지막 미션인데 그동안 수고 많으셨고 남은 해커톤도 화이팅해봐요!
이번주 미션을 제외한 곳은 저번 리뷰어분의 리뷰를 반영중입니다!