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版本。

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