diff --git a/kernel-d-auth/auth-spring-boot-starter/src/main/resources/META-INF/spring.factories b/kernel-d-auth/auth-spring-boot-starter/src/main/resources/META-INF/spring.factories index d9f917987..4ec215415 100644 --- a/kernel-d-auth/auth-spring-boot-starter/src/main/resources/META-INF/spring.factories +++ b/kernel-d-auth/auth-spring-boot-starter/src/main/resources/META-INF/spring.factories @@ -1,6 +1,5 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ cn.stylefeng.roses.kernel.auth.starter.AuthAutoConfiguration,\ - cn.stylefeng.roses.kernel.auth.starter.SsoAutoConfiguration,\ cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenMemoryCacheAutoConfiguration,\ cn.stylefeng.roses.kernel.auth.starter.cache.AuthTokenRedisCacheAutoConfiguration,\ cn.stylefeng.roses.kernel.auth.starter.PasswordRsaPropAutoConfiguration \ No newline at end of file