类 TokenConfiguration
- java.lang.Object
-
- me.youm.core.auth.config.TokenConfiguration
-
@Configuration @ComponentScan("me.youm.core.auth") @EnableConfigurationProperties(TokenProperties.class) @ConditionalOnProperty(value="youm.auth.enable", havingValue="true", matchIfMissing=true) public class TokenConfiguration extends Object- 作者:
- youta