|  |  | @ -44,7 +44,7 @@ public class RecoverController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     @Autowired |  |  |  |     @Autowired | 
			
		
	
		
		
			
				
					
					|  |  |  |     private SecurityService securityService; |  |  |  |     private SecurityService securityService; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @RequestMapping(method = {RequestMethod.GET}) |  |  |  |     @RequestMapping(method = {RequestMethod.GET, RequestMethod.POST}) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     public ModelAndView recover(HttpServletRequest request, HttpServletResponse response) throws Exception { |  |  |  |     public ModelAndView recover(HttpServletRequest request, HttpServletResponse response) throws Exception { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         Map<String, Object> map = new HashMap<String, Object>(); |  |  |  |         Map<String, Object> map = new HashMap<String, Object>(); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |