Skip to content

Conversation

@dghg
Copy link

@dghg dghg commented Dec 31, 2022

No description provided.


### HandlerMethodArgumentResolver

가장 핵심이 되는 인터페이스는 `HandlerMethodArgumentResolver` 이다. 해당 인터페이스는 두가지 method의 구현을 필요로 한다.
Copy link

Choose a reason for hiding this comment

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

[Nit] 두가지 -> 2 가지로 수정하시면 가독성이 더욱 좋을 것 같습니다.

class UserArgumentResolverConfiguration(
private val userResolver: UserResolver,
) : WebMvcConfigurer {
override fun addArgumentResolvers(resolvers:MutableList<HandlerMethodArgumentResolver>) {
Copy link

Choose a reason for hiding this comment

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

funaddArgument 사이에 불필요한 공백이 있어 수정 부탁드립니다.

Copy link

@iju1633 iju1633 left a comment

Choose a reason for hiding this comment

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

글을 읽으며 객체 파라미터를 주입받는 방법 중, 잘 몰랐던 handler나 resolver에 대해서도 어떻게 작동하는 지 알 수 있었네요! 좋은 글 감사합니다 :)

@hoqn hoqn assigned dghg Jan 2, 2023
@hoqn hoqn added ✅ 리뷰 완료 한 명 이상이 리뷰를 완료했을 때 🔨 수정 요청 리뷰 과정 중 수정 사항이 생겼을 때 labels Jan 2, 2023
seunghb320
seunghb320 previously approved these changes Jan 23, 2023
Copy link

@seunghb320 seunghb320 left a comment

Choose a reason for hiding this comment

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

앞서 말씀해주신 부분 외에는 저는 수정 관련해서는 딱히 요청할게 없습니다. 좋은 글 정말 감사드립니다:)

Copy link

@iju1633 iju1633 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@iju1633 iju1633 added 💯 최종 완료 모든 수정과 리뷰가 끝난 후 merge를 기다릴 때 and removed ✅ 리뷰 완료 한 명 이상이 리뷰를 완료했을 때 🔨 수정 요청 리뷰 과정 중 수정 사항이 생겼을 때 labels Jan 29, 2023
@SSUHYUNKIM SSUHYUNKIM merged commit a5f9b16 into GDSC-University-of-Seoul:master Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💯 최종 완료 모든 수정과 리뷰가 끝난 후 merge를 기다릴 때

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants