mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-01 10:21:26 +08:00
优化自动配置
This commit is contained in:
@@ -99,9 +99,6 @@ public class AuthorizingHandlerAutoConfiguration {
|
||||
if (bean instanceof DataAccessHandler) {
|
||||
defaultDataAccessController.addHandler(((DataAccessHandler) bean));
|
||||
}
|
||||
if (bean instanceof AuthenticationSupplier) {
|
||||
AuthenticationHolder.addSupplier(((AuthenticationSupplier) bean));
|
||||
}
|
||||
return bean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user