Right out of the box cache-control header filter?

前端 未结 3 1653
一整个雨季
一整个雨季 2020-12-31 23:12

Is there a right of the box cache-control response header filter that will enable me to set those cache headers on my static resources without me having to build my own Filt

3条回答
  •  囚心锁ツ
    2020-12-31 23:24

    Use mvc:resources for static files and mvc:interceptors with WebContentInterceptor for non-static files e.g.

      
      
    
      
      
      
    
      
        
          
            
              
              
              
              
              
              
                
                2592000
              
            
          
        
      
    

提交回复
热议问题