- 所有已实现的接口:
- org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@EnableWebSecurity
@Conditional(value=com.centit.framework.config.SecurityDaoCondition.class)
public class SpringSecurityDaoConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Created by zou_wy on 2017/3/29.