类 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
    • 构造器详细资料

      • TokenConfiguration

        public TokenConfiguration()