标签:enable lsb 导入 ati autoconf load col list bug
1、自动装配的配置类
org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration // 自动装配类
org.springframework.boot.autoconfigure.security.SecurityProperties // properties对应的属性配置类
org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration // 注入配置类,用于装载Spring Security个性化配置(WebSecurityConfigurerAdapter: DefaultConfigurerAdapter)
org.springframework.boot.autoconfigure.security.servlet.WebSecurityEnablerConfiguration // 开启@EnableWebSecurity手动装配
@EnableWebSecurity
WebSecurityConfiguration:
SpringWebMvcImportSelector:
OAuth2ImportSelector:
@EnableGlobalAuthentication
AuthenticationConfiguration
标签:enable lsb 导入 ati autoconf load col list bug
原文地址:https://www.cnblogs.com/pascall/p/11027072.html