Skip to content

Conversation

@msung99
Copy link

@msung99 msung99 commented Aug 13, 2024

하온 spring core 미션 제출합니다 🙂

Copy link

@swandevson swandevson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 한 번 확인해주세요!

Comment on lines +13 to 22
@Bean
public AuthService authService() {
return null;
}

// TODO: AuthenticationPrincipalArgumentResolver를 빈 등록하고 authService에 대한 의존성을 주입하기
@Bean
public AuthenticationPrincipalArgumentResolver authenticationPrincipalArgumentResolver() {
return null;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 경우가 테스트가 통과되나요?
return값이 AuthService 객체이길 기대하는데 null을 반환해도 되는지가 의아해서 여쭤봅니다

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 이건 지난 미션 관련 내용인데, 실수로 같이 올라가서 그런가 봅니다..! 이전 미션 수행시에는 작성했어요!!

Comment on lines +24 to 29
@Bean
public GoogleMapsRestClient googleMapsRestClient() {
return new GoogleMapsRestClient("");
return new GoogleMapsRestClient(env.getProperty("google.api.endpoint"));
}

// TODO: ext-api.properties의 google.api.endpoint 값을 어노테이션을 사용해서 가져오기

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 코드 아랫부분은 아직 구현이 안된 것 같습니다

@msung99 msung99 requested a review from alreadysons August 16, 2024 03:01
@alreadysons
Copy link

고생하셨습니다!! 마지막 즈음 끊긴 부분이 있는것 같은데 확인해주시면 감사하겠습니다!!

Copy link
Member

@dayaelee dayaelee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

목적에 맞게 코드 잘 작성하신 것 같습니다! 고생하셨습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants