Spring Security 自动装配
2020-12-13 02:10
标签:enable lsb 导入 ati autoconf load col list bug 1、自动装配的配置类 SpringWebMvcImportSelector: OAuth2ImportSelector: @EnableGlobalAuthentication AuthenticationConfiguration Spring Security 自动装配 标签:enable lsb 导入 ati autoconf load col list bug 原文地址:https://www.cnblogs.com/pascall/p/11027072.htmlorg.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:
下一篇:百度地图api2.0体验