[Chapter 02] extends WebMvcConfigurer
설정과 implements WebMvcConfigurationSupport
설정
#11
Unanswered
Irisation23
asked this question in
Chapter 02. Framework and Spring Boot
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
실제 있었던 일
개발자 A가 Interceptor를 등록 하고자 아래의 설정 추가함
허나 위의 코드는 본인의 로컬에서는 기가 막히게 돌아가다가
develop
으로 merge 하니 인터셉터 동작이 안됨.원인으로 지목 됬던것은 인터셉터가 정상적으로 빈 등록되어 있지 않았다고 판단함.
해당 클래스를 상속하는
WebMvcConfigurationSupport
설정은 정상적으로 동작되는 것을 확인함.Q. 왜
WebMvcConfigurer
를 구현한 클래스의 설정은 정상적으로 Interceptor를 빈 등록해 주지 않았을까?Beta Was this translation helpful? Give feedback.
All reactions