We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
심심해서 코드좀 보다가 발견했는데, FilterConfig클래스에 @Component를 붙이고 SecurityConfig클래스에서 apply할때는 클래스를 생성자를 통해 생성하여 등록 하더라구요. 이러면 빈에 등록되는 의미가 있을까요?
@Component
Equus-User/src/main/kotlin/hs/kr/equus/user/global/security/FilterConfig.kt
Lines 12 to 15 in 96ba3ad
The text was updated successfully, but these errors were encountered:
엇 ! 실수인 것 같습니다 수정하도록 하겠습니다 감사합니다 ☺️
Sorry, something went wrong.
HyunSu1768
No branches or pull requests
개요
심심해서 코드좀 보다가 발견했는데, FilterConfig클래스에
@Component
를 붙이고 SecurityConfig클래스에서 apply할때는 클래스를 생성자를 통해 생성하여 등록 하더라구요.이러면 빈에 등록되는 의미가 있을까요?
Equus-User/src/main/kotlin/hs/kr/equus/user/global/security/FilterConfig.kt
Lines 12 to 15 in 96ba3ad
The text was updated successfully, but these errors were encountered: