1. 程式人生 > >SpringMvc 訪問靜態資源 出現[org.springframework.web.servlet.PageNotFound]Request method 'GET' not supported

SpringMvc 訪問靜態資源 出現[org.springframework.web.servlet.PageNotFound]Request method 'GET' not supported

把圖片上傳到伺服器後,要訪問圖片.配置了<mvc:resources>標籤 依舊無效.

後來無意改動了一個看起來根本不相關的方法的 @RequestMapping()  ,

居然 好了 

原來的樣子

把RequestMapping中的name改為value

問題解決,原因未知