-
@Configuration(proxyBeanMethods = false) public final class DatabaseTokenConfiguration
-
-
Constructor Summary
Constructors Constructor Description DatabaseTokenConfiguration()
-
Method Summary
Modifier and Type Method Description final TokenServicetokenService(JdbcTemplate jdbcTemplate, AuthProperties properties)-
-
Method Detail
-
tokenService
@Bean()@ConditionalOnMissingBean() final TokenService tokenService(JdbcTemplate jdbcTemplate, AuthProperties properties)
-
-
-
-