SpringMVC對靜態資源進行緩存

在dispatcher-servlet.xml中配置: Xml代碼   <!-- 處理靜態資源 -->       <!-- 上傳的圖片緩存1個月,其他js,css,img資源緩存一年 -->       <mvc:resources mapping="/res/**" location="/res/" cache-period="2592000"/>        <mvc:resources 
相關文章
相關標籤/搜索