12 Temmuz 2019 Cuma

SpringSecurity JdbcTokenRepositoryImpl Sınıfı

Giriş
Şu satırı dahil ederiz.
import org.springframework.security.web.authentication.rememberme.
  JdbcTokenRepositoryImpl;
import org.springframework.security.web.authentication.rememberme.
  PersistentTokenRepository;
constructor
Şöyle yaparız.
@Bean
public PersistentTokenRepository persistentTokenRepository() {
  dbcTokenRepositoryImpl jdbcTokenRepository = new JdbcTokenRepositoryImpl();
  jdbcTokenRepository.setDataSource(dataSource);
  return jdbcTokenRepository;
}

Hiç yorum yok:

Yorum Gönder