springMVC配置文件




	
	
	   
	
	
	 
	
	
	
    
        
        
        
        
        
        
        
        
        
        
        
    
    
	  
          
     
    
	
    
        
        
            
                
            
        
        
        
            
                
                3600
                
                auto_detect
                UTF-8  
                UTF-8  
                zh_CN
                yyyy-MM-dd HH:mm:ss
                yyyy-MM-dd
                HH:mm:ss
                #.##
                
                true
                
                html_debug
            
        
    
    
    
	
	
	 
	 
	    
	
	
	
	

    
	
		
			/error/error
		
		
			500
		
		
			org.springframework.web.servlet.handler.SimpleMappingExceptionResolver
		
	
	

属性配置文件

tag_syntax=auto_detect  
template_update_delay=60  
default_encoding=UTF-8  
output_encoding=UTF-8  
locale=zh_CN  
date_format=yyyy-MM-dd  
time_format=HH:mm:ss  
datetime_format=yyyy-MM-dd HH:mm:ss  
classic_compatible=true  
template_exception_handler=ignore


说明:需要导入freemarker.jar和spring-context-support.jar