커스텀 Argument Resolver를 구현할 때, WebMvcConfigurer의 addArgumentResolvers 메서드의 용도는 무엇인가요? #121
Unanswered
Chocochip101
asked this question in
Spring
Replies: 1 comment
-
addArgumentResolvers 는 Spring MVC에 커스텀 Argument Resolver를 등록할 때 오버라이드합니다. Argument Resolver는 각 컨트롤러에 전역적으로 사용되는 매개변수가 필요할 때 사용할 수 있습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions