Inflearn Community Q&A
[코드공유] SecurityFilterChain 사용하신분들 참고하세요!
Written on
·
427
8
@Bean
public CustomAuthenticationProvider customAuthenticationProvider() {
return new CustomAuthenticationProvider();
}제 깃헙도 공유합니다. 필요하신분들은 참고하세요.
spring-bootjavaSpring Security
Answer
This question is waiting for answers
Be the first to answer!




