This also helps (obviously) ``` @get: Bean val aut...
# spring
a
This also helps (obviously)
Copy code
@get: Bean
val authenticationProvider by lazy {
    DaoAuthenticationProvider().apply {
        setUserDetailsService(userDetailsServiceProvider)
    }
}