SpringSecurity使用 配置文件 和wen.xml 文件配置

目录

 

1、web.xml 文件配置

2、spring-security  普通 为使用自己创建的认证类


 

1、web.xml 文件配置

!-- 配置SpringSecurity的拦截器 -->
  
		contextConfigLocation
		classpath:spring/spring-security.xml
	 
	 
		
			org.springframework.web.context.ContextLoaderListener
		
	 
	
	   
		springSecurityFilterChain  
		org.springframework.web.filter.DelegatingFilterProxy  
	   
	   
		springSecurityFilterChain  
		/*  
	 

 

2、spring-security  普通 为使用自己创建的认证类




	
	
	
	
	
	
	
		
		
	
		
		
		
		
		
		
		
		
		
			
		
		
	
	
	
		
			
				
				
			
		
	
	

 

你可能感兴趣的:(springBoot,springboot)