类 AuthConfiguration


  • @Configuration
    @EnableConfigurationProperties(AuthProperties.class)
    @CodeDreamPropertySource("classpath:/codedream-auth.yml")
    public class AuthConfiguration
    extends Object
    Auth自动配置

    需要加载

    • 构造器详细资料

      • AuthConfiguration

        public AuthConfiguration()