asked
Spring Security
5) DB linkage authentication processing (2): CustomAuthenticationProvider
Written on
·
405
8
@Bean public CustomAuthenticationProvider customAuthenticationProvider() { return new CustomAuthenticationProvider(); }
제 깃헙도 공유합니다. 필요하신분들은 참고하세요.
https://github.com/DongWoonKim/core-spring-security
Answer