springmvc不能正常訪問

錯誤:The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

 

解決方法:

通常來說spring3.x版本對應JDK7.0及以下版本,使用spring4.x以後版本,可以使用JDK8.0。

右擊項目---> properties --->project facets : 修改JDK版本,需要將1.8降爲1.7版本。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章