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

发布了43 篇原创文章 · 获赞 17 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/Hitmi_/article/details/103055375