aleksandrsl
@get: Bean val authenticationProvider by lazy { DaoAuthenticationProvider().apply { setUserDetailsService(userDetailsServiceProvider) } }