SpringMVC 無法載入js,css等靜態資源檔案

來源:互聯網
上載者:User

標籤:springmvc   靜態資源   

       最近在一些技術群裡看到有些朋友的饋,SpringMVC 無法載入js,css等靜態資源檔案,運行時報無法找到異常。下面說下原因及解決方案:


       由於SpringMVC支援較優雅的Rest風格的URL,url-patten又是配置的支援所有的模式,所以對於靜態資源(css,js,html等)也會去進行匹配,一旦匹配失敗控制台會拋URI匹配異常。
這種情況下,需要在SpringMVC配置中增加預設的配置<mvc:default-servlet-handler/>
增加了上面這個配置之後,原來的RequestMapping又會出現異常,這時需要增加下面這個配置<mvc:annotation-driven></mvc:annotation-driven>
注意,這個配置在SpirngMVC的開發過程中一般都需要增加。

SpringMVC 無法載入js,css等靜態資源檔案

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.